Add WAL usage reporting to ANALYZE VERBOSE output.
[pgsql.git] / contrib / hstore / hstore--1.4--1.5.sql
blob92c1832dce16d962414506d24d6a88397c653471
1 /* contrib/hstore/hstore--1.4--1.5.sql */
3 -- complain if script is sourced in psql, rather than via ALTER EXTENSION
4 \echo Use "ALTER EXTENSION hstore UPDATE TO '1.5'" to load this file. \quit
6 ALTER OPERATOR #<=# (hstore, hstore) SET (
7        RESTRICT = scalarlesel,
8        JOIN = scalarlejoinsel
9 );
11 ALTER OPERATOR #>=# (hstore, hstore) SET (
12        RESTRICT = scalargesel,
13        JOIN = scalargejoinsel