From 8873c5b2017f87f8f7626782e67f5cd177cc4dff Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 23 Sep 2019 10:58:19 -0400 Subject: [PATCH] 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 | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index 61e00ee570..9b5f47f1c4 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -7690,24 +7690,6 @@ same commits as above - - - Allow creation of indexes that can be used by LIKE - comparisons - on citext columns - (Alexey Chernyshov) - - - - To do this, the index must be created using the - citext_pattern_ops operator class. - - - - -