Remove deprecated containment operators for contrib types.

Since PG 8.2, @ and ~ have been deprecated aliases for the containment
operators @> and <@.  It seems like enough time has passed to actually
remove them, so do so.

This completes the project begun in commit 2f70fdb06.  Note that in
the core types, the relation to the preferred operator names was
reversed from what it is in these contrib modules.  The confusion
that induced was a large part of the reason for deprecation.

Justin Pryzby

Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/112d411fbeb56afd18c117e20b524a86afc9aba5

Modified Files
--------------
contrib/cube/Makefile                   |  2 +-
contrib/cube/cube--1.4--1.5.sql         |  8 ++++++++
contrib/cube/cube.control               |  2 +-
contrib/hstore/hstore--1.7--1.8.sql     |  4 ++++
contrib/intarray/Makefile               |  2 +-
contrib/intarray/intarray--1.4--1.5.sql |  8 ++++++++
contrib/intarray/intarray.control       |  2 +-
contrib/seg/Makefile                    |  2 +-
contrib/seg/seg--1.3--1.4.sql           |  8 ++++++++
contrib/seg/seg.control                 |  2 +-
doc/src/sgml/cube.sgml                  |  8 --------
doc/src/sgml/hstore.sgml                | 10 ----------
doc/src/sgml/intarray.sgml              |  8 --------
doc/src/sgml/seg.sgml                   |  8 --------
14 files changed, 34 insertions(+), 40 deletions(-)

Reply via email to