Skip to content

Commit 1cfb74d

Browse files
committed
log queries in demo db
1 parent 06eebca commit 1cfb74d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demo/initdb/01-init.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
CREATE EXTENSION IF NOT EXISTS postgis;
2+
ALTER SYSTEM SET log_statement = 'all';
3+
SELECT pg_reload_conf();

0 commit comments

Comments
 (0)