Skip to content

Add pg_trgm extension checking in restore.sql#2

Open
ruoyiqiao wants to merge 1 commit intockosten:masterfrom
ruoyiqiao:master
Open

Add pg_trgm extension checking in restore.sql#2
ruoyiqiao wants to merge 1 commit intockosten:masterfrom
ruoyiqiao:master

Conversation

@ruoyiqiao
Copy link
Copy Markdown

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