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

Commit2f040bb

Browse files
committed
[PGPRO-6731] Fix '\ quit' typo in extension upgrade scripts
1 parent8d06637 commit2f040bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎ptrack--2.1--2.2.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ptrack/ptrack--2.1--2.2.sql*/
22

33
-- Complain if script is sourced in psql, rather than via ALTER EXTENSION
4-
\echo Use"ALTER EXTENSION ptrack UPDATE;" to load this file.\quit
4+
\echo Use"ALTER EXTENSION ptrack UPDATE;" to load this file. \quit
55

66
DROPFUNCTION ptrack_get_pagemapset(start_lsn pg_lsn);
77
CREATEFUNCTIONptrack_get_pagemapset(start_lsn pg_lsn)

‎ptrack--2.2--2.3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ptrack/ptrack--2.2--2.3.sql*/
22

33
-- Complain if script is sourced in psql, rather than via ALTER EXTENSION
4-
\echo Use"ALTER EXTENSION ptrack UPDATE;" to load this file.\quit
4+
\echo Use"ALTER EXTENSION ptrack UPDATE;" to load this file. \quit
55

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp