pgsql: Remove deprecated containment operators for built-in types

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove deprecated containment operators for built-in types
Дата
Msg-id E1kZsvZ-00029M-37@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove deprecated containment operators for built-in types

Remove old containment operators @ and ~ for built-in geometry data
types.  These have been deprecated; use <@ and @> instead.

(Some contrib modules still contain the same deprecated operators.
That will be dealt with separately.)

Author: Justin Pryzby <pryzby@telsasoft.com>
Discussion: https://www.postgresql.org/message-id/flat/20201027032511.GF9241@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2f70fdb0644c32c4154236c2b5c241bec92eac5e

Modified Files
--------------
doc/src/sgml/func.sgml                   |  9 -----
src/include/catalog/catversion.h         |  2 +-
src/include/catalog/pg_amop.dat          | 18 ---------
src/include/catalog/pg_operator.dat      | 65 --------------------------------
src/test/regress/expected/create_am.out  |  2 -
src/test/regress/expected/opr_sanity.out |  7 +---
src/test/regress/sql/create_am.sql       |  2 -
7 files changed, 3 insertions(+), 102 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Use the non-deprecated TG_TABLE_MAME in test trigger
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Disallow ALTER TABLE ONLY / DROP EXPRESSION