Обсуждение: pgsql: Doc: in v11 release notes, remove item about citext_pattern_ops.

Поиск
Список
Период
Сортировка

pgsql: Doc: in v11 release notes, remove item about citext_pattern_ops.

От
Tom Lane
Дата:
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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8873c5b2017f87f8f7626782e67f5cd177cc4dff

Modified Files
--------------
doc/src/sgml/release-11.sgml | 18 ------------------
1 file changed, 18 deletions(-)