pgsql: Doc: improve docs about pg_statistic_ext_data. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: improve docs about pg_statistic_ext_data.
Date
Msg-id E1iHB3a-0003Ua-Su@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: improve docs about pg_statistic_ext_data.

Commit aa087ec64 was a bit over-hasty about the doc changes needed
while splitting pg_statistic_ext_data off from pg_statistic_ext.
It duplicated one para and inserted another in what seems to me
to be the wrong section.  Fix that up, and in passing do some minor
copy-editing.

Per report from noborusai.

Discussion: https://postgr.es/m/CAAM3qnLXLUz4mOBkqa8jxigpKhKNxzSuvwpjvCRPvO5EqWjxSg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/732457b5d2521c6ccd6b3b096d7aba73fca2a38a

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 48 ++++++++++++++++++++--------------------------
1 file changed, 21 insertions(+), 27 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid trying to release a List's initial allocation via repalloc
Next
From: Michael Paquier
Date:
Subject: pgsql: Improve handling and coverage of --no-ensure-shutdown in pg_rewi