Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Doc: in v11 release notes, remove item about citext_pattern_ops.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 23 Sep 2019 14:58:19 +0000 (10:58 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 23 Sep 2019 14:58:19 +0000 (10:58 -0400)
The entry for commit f24649976 claimed that citext_pattern_ops could be
used for LIKE index searches, but in fact it cannot.  That patch only
created the opclass and some related operators, without doing anything
to teach the planner about how to use it.  The opclass is basically
useless in this unfinished state, which is why nothing was added to the
main documentation about it, and really we shouldn't have said anything
in the release notes either.  So remove the entry.

Discussion: https://postgr.es/m/CAKqncch4eBt2c8ddNVxzcVh3fFhdk54QoDMzpKgpqor4gA-wcQ@mail.gmail.com

doc/src/sgml/release-11.sgml

index 61e00ee5709337003e73fbfc32bc460aa2be60a3..9b5f47f1c45eeb3372b2a34a768cf1b367fd2e75 100644 (file)
@@ -7690,24 +7690,6 @@ same commits as above
 
       <listitem>
 <!--
-2017-09-19 [f24649976] Add citext_pattern_ops for citext contrib module
--->
-
-       <para>
-        Allow creation of indexes that can be used by <literal>LIKE</literal>
-        comparisons
-        on <link linkend="citext"><filename>citext</filename></link> columns
-        (Alexey Chernyshov)
-       </para>
-
-       <para>
-        To do this, the index must be created using the
-        <literal>citext_pattern_ops</literal> operator class.
-       </para>
-      </listitem>
-
-      <listitem>
-<!--
 2018-04-05 [f4cd7102b] Add support of bool, bpchar, name and uuid to btree_gin
 -->