Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
opt
/
postgresql-11
/
share
/
extension
/
//proc/self/root/opt/postgresql-11/share/extension/cube--1.2--1.3.sql
/* contrib/cube/cube--1.2--1.3.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION \echo Use "ALTER EXTENSION cube UPDATE TO '1.3'" to load this file. \quit ALTER OPERATOR <= (cube, cube) SET ( RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR >= (cube, cube) SET ( RESTRICT = scalargesel, JOIN = scalargejoinsel );