We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent09c29cc commit25188c4Copy full SHA for 25188c4
doc/src/sgml/textsearch.sgml
@@ -260,9 +260,9 @@ SELECT 'fat & cow'::tsquery @@ 'a fat cat sat on a mat and ate a fat rat'::t
260
configuration for the entire cluster you can use the value in
261
<filename>postgresql.conf</>. If using different configurations but
262
the same text search configuration for an entire database,
263
- use <command>ALTER DATABASE ... SET</>. If not, you must set <xref
264
-linkend="guc-default-text-search-config"> in each session. Many
265
-functionsalso 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.
266
</para>
267
268
</sect2>