doc: remove documentation for deprecated @@@ operator

Reported-by: Kyotaro HORIGUCHI

Discussion: https://postgr.es/m/CAF4Au4wmUsZRVhR+ySpvabRfB_1D1fnrPY9TRAKO2DEbi4Cpgg@mail.gmail.com

Co-authored-by: Oleg Bartunov

Backpatch-through: master
This commit is contained in:
Bruce Momjian 2023-11-24 18:01:56 -05:00
parent 49d7e713d9
commit 5c4c7efadd
2 changed files with 0 additions and 21 deletions

View File

@ -13140,24 +13140,6 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
</para></entry>
</row>
<row>
<entry role="func_table_entry"><para role="func_signature">
<type>tsvector</type> <literal>@@@</literal> <type>tsquery</type>
<returnvalue>boolean</returnvalue>
</para>
<para role="func_signature">
<type>tsquery</type> <literal>@@@</literal> <type>tsvector</type>
<returnvalue>boolean</returnvalue>
</para>
<para>
This is a deprecated synonym for <literal>@@</literal>.
</para>
<para>
<literal>to_tsvector('fat cats ate rats') @@@ to_tsquery('cat &amp; rat')</literal>
<returnvalue>t</returnvalue>
</para></entry>
</row>
<row>
<entry role="func_table_entry"><para role="func_signature">
<type>tsvector</type> <literal>||</literal> <type>tsvector</type>

View File

@ -129,9 +129,6 @@
<entry morerows="1" valign="middle"><literal>tsvector_ops</literal></entry>
<entry><literal>@@ (tsvector,tsquery)</literal></entry>
</row>
<row>
<entry><literal>@@@ (tsvector,tsquery)</literal></entry>
</row>
</tbody>
</tgroup>
</table>