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

Commit8873c5b

Browse files
committed
Doc: in v11 release notes, remove item about citext_pattern_ops.
The entry for commitf246499 claimed that citext_pattern_ops could beused for LIKE index searches, but in fact it cannot. That patch onlycreated the opclass and some related operators, without doing anythingto teach the planner about how to use it. The opclass is basicallyuseless in this unfinished state, which is why nothing was added to themain documentation about it, and really we shouldn't have said anythingin the release notes either. So remove the entry.Discussion:https://postgr.es/m/CAKqncch4eBt2c8ddNVxzcVh3fFhdk54QoDMzpKgpqor4gA-wcQ@mail.gmail.com
1 parent7e7abed commit8873c5b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

‎doc/src/sgml/release-11.sgml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7690,24 +7690,6 @@ same commits as above
76907690

76917691
<listitem>
76927692
<!--
7693-
2017-09-19 [f24649976] Add citext_pattern_ops for citext contrib module
7694-
-->
7695-
7696-
<para>
7697-
Allow creation of indexes that can be used by <literal>LIKE</literal>
7698-
comparisons
7699-
on <link linkend="citext"><filename>citext</filename></link> columns
7700-
(Alexey Chernyshov)
7701-
</para>
7702-
7703-
<para>
7704-
To do this, the index must be created using the
7705-
<literal>citext_pattern_ops</literal> operator class.
7706-
</para>
7707-
</listitem>
7708-
7709-
<listitem>
7710-
<!--
77117693
2018-04-05 [f4cd7102b] Add support of bool, bpchar, name and uuid to btree_gin
77127694
-->
77137695

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp