doc: remove documentation for deprecated @@@ operator
authorBruce Momjian
Fri, 24 Nov 2023 23:01:56 +0000 (18:01 -0500)
committerBruce Momjian
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
        
       
 
-      
-       
-        tsvector @@@ tsquery
-        boolean
-       
-       
-        tsquery @@@ tsvector
-        boolean
-       
-       
-        This is a deprecated synonym for @@.
-       
-       
-        to_tsvector('fat cats ate rats') @@@ to_tsquery('cat & rat')
-        t
-       
-      
-
       
        
         tsvector || tsvector
index d68d12d515c2754701efc5f41f1c7dd0c42420ca..be02966e7761a1e721b5c30ab9f2ece8b47ffcc5 100644 (file)
       tsvector_ops
       @@ (tsvector,tsquery)
      
-     
-      @@@ (tsvector,tsquery)
-