mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Document that citext operators must be in the current search path.
This commit is contained in:
parent
356e4dbf9a
commit
f0c437cf54
@ -1,4 +1,4 @@
|
|||||||
<!-- $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">
|
<sect1 id="citext">
|
||||||
<title>citext</title>
|
<title>citext</title>
|
||||||
@ -205,6 +205,15 @@
|
|||||||
will need two indexes if you want both types of searches to be fast.
|
will need two indexes if you want both types of searches to be fast.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</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>
|
</itemizedlist>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user