Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pg_trgm extension checking in restore.sql #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ruoyiqiao
Copy link

While working with the benchmark and attempting to import the data using the provided restore.sql script, I encountered an issue where the import failed due to the absence of the pg_trgm extension. This extension is required for certain operations within the database, but it was missing from the restore.sql file.

Changes:

Added CREATE EXTENSION IF NOT EXISTS pg_trgm; to the restore.sql script to ensure the required extension is enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant