]> granicus.if.org Git - postgresql/commit
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)
commit8873c5b2017f87f8f7626782e67f5cd177cc4dff
tree27da2e0d63f0b650cae610c64ed823e2f395721b
parent7e7abed056df482b3250fb5844e8373c8a4180d6
Doc: in v11 release notes, remove item about citext_pattern_ops.

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