Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf0c437c

Browse files
committed
Document that citext operators must be in the current search path.
1 parent356e4db commitf0c437c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

‎doc/src/sgml/citext.sgml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/citext.sgml,v 1.2 2008/09/12 18:29:49 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/citext.sgml,v 1.3 2010/06/03 03:04:55 momjian Exp $ -->
22

33
<sect1 id="citext">
44
<title>citext</title>
@@ -205,6 +205,15 @@
205205
will need two indexes if you want both types of searches to be fast.
206206
</para>
207207
</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>
208217
</itemizedlist>
209218
</sect2>
210219

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp