README
[hstore.git] / hstore--1.0--1.1.sql
1 /* contrib/hstore/hstore--1.0--1.1.sql */
2
3 -- complain if script is sourced in psql, rather than via ALTER EXTENSION
4 \echo Use "ALTER EXTENSION hstore UPDATE TO '1.1'" to load this file. \quit
5
6 ALTER EXTENSION hstore DROP OPERATOR => (text, text);
7 DROP OPERATOR => (text, text);