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