doc: remove documentation for deprecated @@@ operator
authorBruce Momjian <bruce@momjian.us>
Fri, 24 Nov 2023 23:01:56 +0000 (18:01 -0500)
committerBruce Momjian <bruce@momjian.us>
Fri, 24 Nov 2023 23:01:56 +0000 (18:01 -0500)
Reported-by: Kyotaro HORIGUCHI
Discussion: https://postgr.es/m/CAF4Au4wmUsZRVhR+ySpvabRfB_1D1fnrPY9TRAKO2DEbi4Cpgg@mail.gmail.com

Co-authored-by: Oleg Bartunov
Backpatch-through: master

doc/src/sgml/func.sgml
doc/src/sgml/gin.sgml

index f971c7f0ee3233eba6dd23602b70bfdb0ad89096..053fbc5ef2cc142e5d43379f53033ecc2a6d95f2 100644 (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>
index d68d12d515c2754701efc5f41f1c7dd0c42420ca..be02966e7761a1e721b5c30ab9f2ece8b47ffcc5 100644 (file)
       <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>