From d99706ed5178d7f37ac322e02e8c56e4e5e0e99a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 2 Mar 2017 09:34:35 -0500 Subject: [PATCH] Update documentation of tsquery_phrase(). Missed in commit 028350f61. Noted by Eiji Seki. --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 40af0530a2..71ad729ab0 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -9618,7 +9618,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' -- 2.40.0