diff options
Diffstat (limited to 'doc/src/sgml/func/func-textsearch.sgml')
| -rw-r--r-- | doc/src/sgml/func/func-textsearch.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func/func-textsearch.sgml b/doc/src/sgml/func/func-textsearch.sgml index a06a58f1498..290ad81d697 100644 --- a/doc/src/sgml/func/func-textsearch.sgml +++ b/doc/src/sgml/func/func-textsearch.sgml @@ -835,7 +835,7 @@ Expands a <type>tsvector</type> into a set of rows, one per lexeme. </para> <para> - <literal>select * from unnest('cat:3 fat:2,4 rat:5A'::tsvector)</literal> + <literal>SELECT * FROM unnest('cat:3 fat:2,4 rat:5A'::tsvector)</literal> <returnvalue></returnvalue> <programlisting> lexeme | positions | weights |
