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
6ALTER EXTENSION hstore DROP OPERATOR => (text, text);
7DROP OPERATOR => (text, text);
8