mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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
This commit is contained in:
@ -10890,15 +10890,6 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
|
||||
</para>
|
||||
</caution>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
Before <productname>PostgreSQL</productname> 8.2, the containment
|
||||
operators <literal>@></literal> and <literal><@</literal> were respectively
|
||||
called <literal>~</literal> and <literal>@</literal>. These names are still
|
||||
available, but are deprecated and will eventually be removed.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<table id="functions-geometry-func-table">
|
||||
<title>Geometric Functions</title>
|
||||
<tgroup cols="1">
|
||||
|
Reference in New Issue
Block a user