aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-08-29 23:25:47 +0000
committerBruce Momjian <bruce@momjian.us>2007-08-29 23:25:47 +0000
commit25188c4f7dee37e7b6b38c63e178fc632deaaa57 (patch)
tree414f2cb912780d779632461bd8e875fb5d46e17d
parent09c29cc57b7a73b68bef79204b595c76bfc2a7f7 (diff)
downloadpostgresql-25188c4f7dee37e7b6b38c63e178fc632deaaa57.tar.gz
postgresql-25188c4f7dee37e7b6b38c63e178fc632deaaa57.zip
Update tsearch documentation wording.
-rw-r--r--doc/src/sgml/textsearch.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml
index 46075890012..c98f5ae1ab1 100644
--- a/doc/src/sgml/textsearch.sgml
+++ b/doc/src/sgml/textsearch.sgml
@@ -260,9 +260,9 @@ SELECT 'fat &amp; 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
<filename>postgresql.conf</>. If using different configurations but
the same text search configuration for an entire database,
- use <command>ALTER DATABASE ... SET</>. If not, you must set <xref
- linkend="guc-default-text-search-config"> in each session. Many
- functions also take an optional configuration name.
+ use <command>ALTER DATABASE ... SET</>. If not, you must set <varname>
+ default_text_search_config</varname> in each session. Many functions
+ also take an optional configuration name.
</para>
</sect2>