Remove deprecated containment operators for built-in types
Peter Eisentraut <peter@eisentraut.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +0 −9 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_amop.dat | modified | +0 −18 |
| src/include/catalog/pg_operator.dat | modified | +0 −65 |
| src/test/regress/expected/create_am.out | modified | +0 −2 |
| src/test/regress/expected/opr_sanity.out | modified | +2 −5 |
| src/test/regress/sql/create_am.sql | modified | +0 −2 |
Documentation touched
Discussion
- [PATCH] remove deprecated v8.2 containment operators 21 messages · 2020-10-27 → 2021-03-05