1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00

Update tsearch documentation wording.

This commit is contained in:
Bruce Momjian 2007-08-29 23:25:47 +00:00
parent 09c29cc57b
commit 25188c4f7d

View File

@ -260,9 +260,9 @@ SELECT 'fat & cow'::tsquery @@ 'a fat cat sat on a mat and ate a fat rat'::t
configuration for the entire cluster you can use the value in configuration for the entire cluster you can use the value in
<filename>postgresql.conf</>. If using different configurations but <filename>postgresql.conf</>. If using different configurations but
the same text search configuration for an entire database, the same text search configuration for an entire database,
use <command>ALTER DATABASE ... SET</>. If not, you must set <xref use <command>ALTER DATABASE ... SET</>. If not, you must set <varname>
linkend="guc-default-text-search-config"> in each session. Many default_text_search_config</varname> in each session. Many functions
functions also take an optional configuration name. also take an optional configuration name.
</para> </para>
</sect2> </sect2>