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

Commit45552a7

Browse files
committed
added search_path='public' to basic tests (otherwise test fails for user 'test')
1 parent1905111 commit45552a7

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp