From: Bruce Momjian Date: Thu, 3 Jun 2010 03:04:55 +0000 (+0000) Subject: Document that citext operators must be in the current search path. X-Git-Tag: REL9_0_BETA2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0c437cf548bf80bc2bd203a745f379052a1bda9;p=postgresql Document that citext operators must be in the current search path. --- 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. + +