]> granicus.if.org Git - postgresql/commitdiff
Update tsearch documentation wording.
authorBruce Momjian <bruce@momjian.us>
Wed, 29 Aug 2007 23:25:47 +0000 (23:25 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 29 Aug 2007 23:25:47 +0000 (23:25 +0000)
doc/src/sgml/textsearch.sgml

index 46075890012e1007145ae6dcd848edbf94c98148..c98f5ae1ab140579d4b9f1312b523ad001ac9ab6 100644 (file)
@@ -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>