We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06eebca commit 1cfb74dCopy full SHA for 1cfb74d
demo/initdb/01-init.sql
@@ -1 +1,3 @@
1
CREATE EXTENSION IF NOT EXISTS postgis;
2
+ALTER SYSTEM SET log_statement = 'all';
3
+SELECT pg_reload_conf();
0 commit comments