/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
contrib/intarray/intarray--1.4--1.5.sql
8 строк
282 B
Tom Lane
Remove deprecated containment operators for contrib types.
05 мар 2021, 18:45
05 мар 2021, 18:45
112d411
Код
Авторство
О чём код?
/* contrib/intarray/intarray--1.4--1.5.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION \echo Use "ALTER EXTENSION intarray UPDATE TO '1.5'" to load this file. \quit -- Remove @ and ~ DROP OPERATOR @ (_int4, _int4); DROP OPERATOR ~ (_int4, _int4);