From 25188c4f7dee37e7b6b38c63e178fc632deaaa57 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 29 Aug 2007 23:25:47 +0000 Subject: [PATCH] Update tsearch documentation wording. --- doc/src/sgml/textsearch.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index 4607589001..c98f5ae1ab 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/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 configuration for the entire cluster you can use the value in postgresql.conf. If using different configurations but the same text search configuration for an entire database, - use ALTER DATABASE ... SET. If not, you must set in each session. Many - functions also take an optional configuration name. + use ALTER DATABASE ... SET. If not, you must set + default_text_search_config in each session. Many functions + also take an optional configuration name. -- 2.40.0