Apply GUC name from central table in more places of guc.c
[pgsql.git] / contrib / cube / cube--1.2--1.3.sql
bloba688f19f025ac8d946e3aefe37900ab46052efb7
1 /* contrib/cube/cube--1.2--1.3.sql */
3 -- complain if script is sourced in psql, rather than via ALTER EXTENSION
4 \echo Use "ALTER EXTENSION cube UPDATE TO '1.3'" to load this file. \quit
6 ALTER OPERATOR <= (cube, cube) SET (
7         RESTRICT = scalarlesel, JOIN = scalarlejoinsel
8 );
10 ALTER OPERATOR >= (cube, cube) SET (
11         RESTRICT = scalargesel, JOIN = scalargejoinsel