Movatterモバイル変換


[0]ホーム

URL:


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

Commite83044e

Browse files
author
i.kartyshov
committed
Fix test pathman_join_clause set search_path=public
1 parent8849115 commite83044e

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
CREATESCHEMApathman;
44
CREATE EXTENSION pg_pathman SCHEMA pathman;
55
CREATESCHEMAtest;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp