1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix typo in update scripts for some contrib modules.

This commit is contained in:
Fujii Masao
2013-07-19 04:13:01 +09:00
parent 1dc118660b
commit 6f9e39bc99
6 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
/* contrib/hstore/hstore--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 hstore UPDATE TO '1.1'" to load this file. \quit
ALTER EXTENSION hstore DROP OPERATOR => (text, text);