Files
test-postgres-extension/tests/pg_regress/sql/setup.sql
T
2026-01-17 01:25:57 +01:00

4 lines
175 B
SQL

-- this setup file is run immediately after the regression database is (re)created
-- the file is optional but you likely want to create the extension
CREATE EXTENSION pgerr;