Skip to content

Commit 2f040bb

Browse files
committed
[PGPRO-6731] Fix '\ quit' typo in extension upgrade scripts
1 parent 8d06637 commit 2f040bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ptrack--2.1--2.2.sql

+1-1
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
DROP FUNCTION ptrack_get_pagemapset(start_lsn pg_lsn);
77
CREATE FUNCTION ptrack_get_pagemapset(start_lsn pg_lsn)

ptrack--2.2--2.3.sql

+1-1
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)