Skip to content

Commit 5c4c7ef

Browse files
committed
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
1 parent 49d7e71 commit 5c4c7ef

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

doc/src/sgml/func.sgml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13140,24 +13140,6 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
1314013140
</para></entry>
1314113141
</row>
1314213142

13143-
<row>
13144-
<entry role="func_table_entry"><para role="func_signature">
13145-
<type>tsvector</type> <literal>@@@</literal> <type>tsquery</type>
13146-
<returnvalue>boolean</returnvalue>
13147-
</para>
13148-
<para role="func_signature">
13149-
<type>tsquery</type> <literal>@@@</literal> <type>tsvector</type>
13150-
<returnvalue>boolean</returnvalue>
13151-
</para>
13152-
<para>
13153-
This is a deprecated synonym for <literal>@@</literal>.
13154-
</para>
13155-
<para>
13156-
<literal>to_tsvector('fat cats ate rats') @@@ to_tsquery('cat &amp; rat')</literal>
13157-
<returnvalue>t</returnvalue>
13158-
</para></entry>
13159-
</row>
13160-
1316113143
<row>
1316213144
<entry role="func_table_entry"><para role="func_signature">
1316313145
<type>tsvector</type> <literal>||</literal> <type>tsvector</type>

doc/src/sgml/gin.sgml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@
129129
<entry morerows="1" valign="middle"><literal>tsvector_ops</literal></entry>
130130
<entry><literal>@@ (tsvector,tsquery)</literal></entry>
131131
</row>
132-
<row>
133-
<entry><literal>@@@ (tsvector,tsquery)</literal></entry>
134-
</row>
135132
</tbody>
136133
</tgroup>
137134
</table>

0 commit comments

Comments
 (0)