Update documentation of tsquery_phrase().
authorTom Lane
Thu, 2 Mar 2017 14:34:35 +0000 (09:34 -0500)
committerTom Lane
Thu, 2 Mar 2017 14:34:55 +0000 (09:34 -0500)
Missed in commit 028350f61.  Noted by Eiji Seki.

doc/src/sgml/func.sgml

index 39c322ef4a907b2b97355de447c22e0211919ae6..e4102cdd17c56119be0d4b12cc0e92989bf9996f 100644 (file)
@@ -9544,7 +9544,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
         
         tsquery
         make query that searches for query1 followed by
-         query2 at maximum distance distance
+         query2 at distance distance
         tsquery_phrase(to_tsquery('fat'), to_tsquery('cat'), 10)
         'fat' <10> 'cat'