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 1905111 commit 45552a7Copy full SHA for 45552a7
expected/pathman_basic.out
@@ -1,4 +1,5 @@
1
\set VERBOSITY terse
2
+SET search_path = 'public';
3
CREATE SCHEMA pathman;
4
CREATE EXTENSION pg_pathman SCHEMA pathman;
5
CREATE SCHEMA test;
sql/pathman_basic.sql
@@ -1,5 +1,6 @@
6
0 commit comments