From f0c437cf548bf80bc2bd203a745f379052a1bda9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 3 Jun 2010 03:04:55 +0000 Subject: [PATCH] Document that citext operators must be in the current search path. --- doc/src/sgml/citext.sgml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/citext.sgml b/doc/src/sgml/citext.sgml index 43ebd25958..bfef39d744 100644 --- a/doc/src/sgml/citext.sgml +++ b/doc/src/sgml/citext.sgml @@ -1,4 +1,4 @@ - + citext @@ -205,6 +205,15 @@ will need two indexes if you want both types of searches to be fast. + + + + The schema containing the citext operators must be + in the current search_path (typically public); + if it is not, a normal case-sensitive text comparison + is performed. + + -- 2.40.0