projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e0fe09
)
Update documentation of tsquery_phrase().
author
Tom Lane
Thu, 2 Mar 2017 14:34:35 +0000
(09:34 -0500)
committer
Tom Lane
Thu, 2 Mar 2017 14:34:35 +0000
(09:34 -0500)
Missed in commit
028350f61
. Noted by Eiji Seki.
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 40af0530a2f6911c2fb9ad40b4c4b9bf83d4c367..71ad729ab01db495f68cf9f66fbba377b0074e53 100644
(file)
--- 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'