Thread: pgsql: Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes

pgsql: Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes

From
David Rowley
Date:
Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes

It looks like the example case was once modified to increase the number
of rows but the EXPLAIN ANALYZE output wasn't updated to reflect that.

Also adjust the text which discusses the index sizes.  With the example
table size, the bloom index isn't quite 8 times more space efficient
than the btree indexes.

Discussion: https://postgr.es/m/CAApHDvovx8kQ0=HTt85gFDAwmTJHpCgiSvRmQZ_6u_g-vQYM_w@mail.gmail.com
Backpatch-through: 13, all supported versions

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4922ede979947bc2404e8675435184e61a57a530

Modified Files
--------------
doc/src/sgml/bloom.sgml | 50 ++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)