This commit is contained in:
14
dist/win-x64/postgres-standalone/share/extension/seg--1.1--1.2.sql
vendored
Normal file
14
dist/win-x64/postgres-standalone/share/extension/seg--1.1--1.2.sql
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/* contrib/seg/seg--1.1--1.2.sql */
|
||||
|
||||
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
|
||||
\echo Use "ALTER EXTENSION seg UPDATE TO '1.2'" to load this file. \quit
|
||||
|
||||
ALTER OPERATOR <= (seg, seg) SET (
|
||||
RESTRICT = scalarlesel,
|
||||
JOIN = scalarlejoinsel
|
||||
);
|
||||
|
||||
ALTER OPERATOR >= (seg, seg) SET (
|
||||
RESTRICT = scalargesel,
|
||||
JOIN = scalargejoinsel
|
||||
);
|
||||
Reference in New Issue
Block a user