Files
raven/dist/win-x64/postgres-standalone/share/extension/seg--1.3--1.4.sql
2021-12-02 17:19:29 +00:00

9 lines
259 B
SQL

/* contrib/seg/seg--1.3--1.4.sql */
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
\echo Use "ALTER EXTENSION seg UPDATE TO '1.4'" to load this file. \quit
-- Remove @ and ~
DROP OPERATOR @ (seg, seg);
DROP OPERATOR ~ (seg, seg);