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

Commit6f9e39b

Browse files
committed
Fix typo in update scripts for some contrib modules.
1 parent1dc1186 commit6f9e39b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

‎contrib/dblink/dblink--1.0--1.1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* contrib/dblink/dblink--1.0--1.1.sql*/
22

3-
-- complain if script is sourced in psql, rather than viaCREATE EXTENSION
3+
-- complain if script is sourced in psql, rather than viaALTER EXTENSION
44
\echo Use"ALTER EXTENSION dblink UPDATE TO '1.1'" to load this file. \quit
55

66
CREATEFUNCTIONdblink_fdw_validator(

‎contrib/hstore/hstore--1.0--1.1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* contrib/hstore/hstore--1.0--1.1.sql*/
22

3-
-- complain if script is sourced in psql, rather than viaCREATE EXTENSION
3+
-- complain if script is sourced in psql, rather than viaALTER EXTENSION
44
\echo Use"ALTER EXTENSION hstore UPDATE TO '1.1'" to load this file. \quit
55

66
ALTER EXTENSION hstore DROP OPERATOR=> (text,text);

‎contrib/pageinspect/pageinspect--1.0--1.1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* contrib/pageinspect/pageinspect--1.0--1.1.sql*/
22

3-
-- complain if script is sourced in psql, rather than via ALTER EXTENSION UPDATE
3+
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
44
\echo Use"ALTER EXTENSION pageinspect UPDATE TO 1.1" to load this file. \quit
55

66
DROPFUNCTION page_header(bytea);

‎contrib/pg_stat_statements/pg_stat_statements--1.0--1.1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* contrib/pg_stat_statements/pg_stat_statements--1.0--1.1.sql*/
22

33
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
4-
\echo Use"ALTER EXTENSION pg_stat_statements UPDATE" to load this file. \quit
4+
\echo Use"ALTER EXTENSION pg_stat_statements UPDATE TO '1.1'" to load this file. \quit
55

66
/* First we have to remove them from the extension*/
77
ALTER EXTENSION pg_stat_statements DROP VIEW pg_stat_statements;

‎contrib/pg_trgm/pg_trgm--1.0--1.1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* contrib/pg_trgm/pg_trgm--1.0--1.1.sql*/
22

3-
-- complain if script is sourced in psql, rather than viaCREATE EXTENSION
3+
-- complain if script is sourced in psql, rather than viaALTER EXTENSION
44
\echo Use"ALTER EXTENSION pg_trgm UPDATE TO '1.1'" to load this file. \quit
55

66
ALTEROPERATOR FAMILY gist_trgm_ops USING gist ADD

‎contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql*/
22

3-
-- complain if script is sourced in psql, rather than viaCREATE EXTENSION
4-
\echo Use"CREATE EXTENSION pgrowlocks" to load this file. \quit
3+
-- complain if script is sourced in psql, rather than viaALTER EXTENSION
4+
\echo Use"ALTER EXTENSION pgrowlocks UPDATE TO '1.1'" to load this file. \quit
55

66
ALTER EXTENSION pgrowlocks DROP FUNCTION pgrowlocks(text);
77
DROPFUNCTION pgrowlocks(text);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp