mirror of
https://gitee.com/he3db/he3pg.git
synced 2024-11-30 03:07:37 +08:00
9 lines
259 B
SQL
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);
|