Skip to content

Commit 45552a7

Browse files
committed
added search_path='public' to basic tests (otherwise test fails for user 'test')
1 parent 1905111 commit 45552a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

expected/pathman_basic.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\set VERBOSITY terse
2+
SET search_path = 'public';
23
CREATE SCHEMA pathman;
34
CREATE EXTENSION pg_pathman SCHEMA pathman;
45
CREATE SCHEMA test;

sql/pathman_basic.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
\set VERBOSITY terse
22

3+
SET search_path = 'public';
34
CREATE SCHEMA pathman;
45
CREATE EXTENSION pg_pathman SCHEMA pathman;
56
CREATE SCHEMA test;

0 commit comments

Comments
 (0)