mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix typo in update scripts for some contrib modules.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/* contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql */
|
||||
|
||||
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
|
||||
\echo Use "CREATE EXTENSION pgrowlocks" to load this file. \quit
|
||||
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
|
||||
\echo Use "ALTER EXTENSION pgrowlocks UPDATE TO '1.1'" to load this file. \quit
|
||||
|
||||
ALTER EXTENSION pgrowlocks DROP FUNCTION pgrowlocks(text);
|
||||
DROP FUNCTION pgrowlocks(text);
|
||||
|
Reference in New Issue
Block a user