8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356e4db commit f0c437cCopy full SHA for f0c437c
doc/src/sgml/citext.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<sect1 id="citext">
4
<title>citext</title>
@@ -205,6 +205,15 @@
205
will need two indexes if you want both types of searches to be fast.
206
</para>
207
</listitem>
208
+
209
+ <listitem>
210
+ <para>
211
+ The schema containing the <type>citext</> operators must be
212
+ in the current <varname>search_path</> (typically <literal>public</>);
213
+ if it is not, a normal case-sensitive <type>text</> comparison
214
+ is performed.
215
+ </para>
216
+ </listitem>
217
</itemizedlist>
218
</sect2>
219
0 commit comments