pgsql: Doc: reformat catalog/view description tables.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: reformat catalog/view description tables.
Date: 2020-05-14 03:03:47
Message-ID: E1jZ49z-0007Pg-Hp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: reformat catalog/view description tables.

This changes our catalog and view descriptions to use a style inspired
by the new format for function/operator tables: each table entry is
formatted roughly like a <varlistentry>, with the column name and type
on the first line and then an indented description. This provides much
more room for expansive descriptions than we had before, and thereby
eliminates a passel of PDF build warnings.

Discussion: https://postgr.es/m/12984.1588643549@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a042750646db7ea28ff722855cf163401761937f

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 9846 ++++++++++++++++++++--------------
doc/src/sgml/information_schema.sgml | 6545 +++++++++++++---------
doc/src/sgml/monitoring.sgml | 4409 +++++++++------
doc/src/sgml/pgbuffercache.sgml | 111 +-
doc/src/sgml/pgstatstatements.sgml | 351 +-
doc/src/sgml/stylesheet-fo.xsl | 10 +
doc/src/sgml/stylesheet.css | 34 +
7 files changed, 12816 insertions(+), 8490 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-05-14 03:37:04 pgsql: Doc: split up wait_event table.
Previous Message Tom Lane 2020-05-14 02:48:52 pgsql: Fix async.c to not register any SLRU stats counts in the postmas