Doc: reformat catalog/view description tables.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a042750646db7ea28ff722855cf163401761937f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-05-14T03:03:39Z
Releases: 13.0
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

Files

PathChange+/−
doc/src/sgml/catalogs.sgml modified +5737 −4109
doc/src/sgml/information_schema.sgml modified +4094 −2451
doc/src/sgml/monitoring.sgml modified +2671 −1738
doc/src/sgml/pgbuffercache.sgml modified +66 −45
doc/src/sgml/pgstatstatements.sgml modified +204 −147
doc/src/sgml/stylesheet.css modified +34 −0
doc/src/sgml/stylesheet-fo.xsl modified +10 −0

Documentation touched

Discussion