Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e83044e

Browse files
author
i.kartyshov
committed
Fix test pathman_join_clause set search_path=public
1 parent 8849115 commit e83044e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

expected/pathman_join_clause.out

+1
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_join_clause.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
\set VERBOSITY terse
2-
2+
SET search_path = 'public';
33
CREATE SCHEMA pathman;
44
CREATE EXTENSION pg_pathman SCHEMA pathman;
55
CREATE SCHEMA test;

0 commit comments

Comments
 (0)