Remove deprecated containment operators for built-in types

Peter Eisentraut <peter@eisentraut.org>

Commit: 2f70fdb0644c32c4154236c2b5c241bec92eac5e
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-11-03T09:43:12Z
Releases: 14.0
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

Documentation touched

Discussion