From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Doc: improve docs about pg_statistic_ext_data. |
Date: | 2019-10-06 18:14:58 |
Message-ID: | E1iHB3a-0003Ua-Su@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2019-10-07 00:09:14 | pgsql: Improve handling and coverage of --no-ensure-shutdown in pg_rewi |
Previous Message | Tom Lane | 2019-10-06 16:06:40 | pgsql: Avoid trying to release a List's initial allocation via repalloc |