Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

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_join_clause.sql‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /