Skip to content

Commit f2fd791

Browse files
author
Liudmila Mantrova
committed
DOC: minor enhancements in pg_tsparser doc
1 parent 3ff83bd commit f2fd791

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/src/sgml/pg_tsparser.sgml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ CREATE EXTENSION pg_tsparser;
3131
</programlisting>
3232
<para>
3333
Once <filename>pg_tsparser</filename> is enabled, you can create
34-
your own text search configuration. For example:
34+
your own text search configuration. In addition to <filename>pg_tsparser</filename>,
35+
you can use any available dictionary.
36+
</para>
37+
<para>For example, you can create <literal>english_ts</literal> configuration
38+
for the English language, as follows:
3539
</para>
3640
<programlisting>
3741
CREATE TEXT SEARCH CONFIGURATION english_ts (
@@ -79,6 +83,9 @@ SELECT to_tsvector('english', 'rel-3.2-A') as def_parser,
7983
'-3.2':2 'rel':1 | '3.2':3 'rel':2 'rel-3.2-a':1
8084
(1 row)
8185
</programlisting>
86+
<para><emphasis role="strong">See Also</emphasis></para>
87+
<para><xref linkend="sql-createtsconfig"></para>
88+
<para><xref linkend="sql-altertsconfig"></para>
8289
</sect2>
8390
<sect2 id="pg-tsparser-authors">
8491
<title>Authors</title>

0 commit comments

Comments
 (0)