mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Backpatch: Fix typo in update scripts for some contrib modules.
Backpatch as discussed in 20140702192641.GD22738@awork2.anarazel.de
ff. as the error messages are user facing and possibly confusing.
Original commit: 6f9e39bc99
This commit is contained in:
committed by
Andres Freund
parent
13b037f938
commit
7b6407d93d
@ -1,6 +1,6 @@
|
||||
/* contrib/pageinspect/pageinspect--1.0--1.1.sql */
|
||||
|
||||
-- complain if script is sourced in psql, rather than via ALTER EXTENSION UPDATE
|
||||
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
|
||||
\echo Use "ALTER EXTENSION pageinspect UPDATE TO 1.1" to load this file. \quit
|
||||
|
||||
DROP FUNCTION page_header(bytea);
|
||||
|
Reference in New Issue
Block a user