index 43ebd2595862f247d2d7a81aad09a85113bd4c58..bfef39d74463531d119133c95a5e70746620841f 100644 (file)
-<!-- $PostgreSQL: pgsql/doc/src/sgml/citext.sgml,v 1.2 2008年09月12日 18:29:49 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/citext.sgml,v 1.3 2010年06月03日 03:04:55 momjian Exp $ -->
<sect1 id="citext">
<title>citext</title>
will need two indexes if you want both types of searches to be fast.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ The schema containing the <type>citext</> operators must be
+ in the current <varname>search_path</> (typically <literal>public</>);
+ if it is not, a normal case-sensitive <type>text</> comparison
+ is performed.
+ </para>
+ </listitem>
</itemizedlist>
</sect2>