diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-05-28 00:21:13 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-05-28 00:21:13 -0400 |
commit | 8fea1bd5411b793697a4c9087c403887e050c4ac (patch) | |
tree | e4f7c0de1a3b7a43b94ab3540bcbae02f8e75798 | |
parent | 4013a5ada25241ead6a3265d6edf9aadb654dc00 (diff) | |
download | postgresql-8fea1bd5411b793697a4c9087c403887e050c4ac.tar.gz postgresql-8fea1bd5411b793697a4c9087c403887e050c4ac.zip |
doc PG 17 relnotes: adjust IN wording
Reported-by: David Rowley
Discussion: https://postgr.es/m/CAApHDvqmW0wQRam4paRbHvLQA+w5CJOCno4BCu=NFRLRhYhtRw@mail.gmail.com
Backpatch-through: master
-rw-r--r-- | doc/src/sgml/release-17.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 1c1f0c23be2..1131f2aab51 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -467,7 +467,7 @@ Author: Peter Geoghegan <pg@bowt.ie> <listitem> <para> -Allow btree indexes to more efficiently find a set of values, such as those supplied by IN subqueries (Peter Geoghegan, Matthias van de Meent) +Allow btree indexes to more efficiently find a set of values, such as those supplied by IN clauses using constants (Peter Geoghegan, Matthias van de Meent) </para> </listitem> |