We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent728bd99 commite75a786Copy full SHA for e75a786
doc/src/sgml/func.sgml
@@ -9569,7 +9569,10 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
9569
<literal><function>to_tsvector(<optional> <replaceable class="PARAMETER">config</> <type>regconfig</> , </optional> <replaceable class="PARAMETER">document</> <type>json(b)</type>)</function></literal>
9570
</entry>
9571
<entry><type>tsvector</type></entry>
9572
- <entry>reduce document text to <type>tsvector</></entry>
+ <entry>
9573
+ reduce each string value in the document to a <type>tsvector</>, and then
9574
+ concatentate those in document order to produce a single <type>tsvector</>
9575
+ </entry>
9576
<entry><literal>to_tsvector('english', '{"a": "The Fat Rats"}'::json)</literal></entry>
9577
<entry><literal>'fat':2 'rat':3</literal></entry>
9578
</row>