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

Commit3a0ccc0

Browse files
author
Alexander Korotkov
committed
Fix migration for pgpro_version(): use pg_catalog schema.
1 parent7f16b98 commit3a0ccc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/pgpro-upgrade/pgpro_version.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CREATEFUNCTIONpgpro_version() RETURNSTEXTAS'pgpro_version' LANGUAGE internal STRICT IMMUTABLE;
1+
CREATEFUNCTIONpg_catalog.pgpro_version() RETURNSTEXTAS'pgpro_version' LANGUAGE internal STRICT IMMUTABLE;

‎src/pgpro-upgrade/pgpro_version.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
select count(*) > 0as pgpro_versionfrom pg_procwhere proname = 'pgpro_version';
1+
SELECT COUNT(*) > 0AS pgpro_versionFROM pg_procWHERE proname = 'pgpro_version' AND pronamespace = 11;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp