mirror of https://github.com/postgres/postgres
Since commit 865f14a2d
made "=>" unusable as an operator name,
it's been impossible either to install hstore 1.0 or to execute
this update script. There's not much point in continuing
to ship it.
Discussion: https://postgr.es/m/653936.1597431032@sss.pgh.pa.us
pull/56/head
parent
53095b5fe6
commit
d4d443b3bb
@ -1,7 +0,0 @@ |
||||
/* contrib/hstore/hstore--1.0--1.1.sql */ |
||||
|
||||
-- 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); |
||||
DROP OPERATOR => (text, text); |
Loading…
Reference in new issue