Doc: update remaining tables of functions/operators for new layout.

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

Commit: b2fd8ebe239f726b99923f827e908a92f6f4f232
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-05-07T18:25:25Z
Releases: 13.0
Doc: update remaining tables of functions/operators for new layout.

This converts the contrib documentation to the new style, and mops up
a couple of function tables that were outside chapter 9 in the main
docs.

A few contrib modules choose not to present their functions in the
standard tabular format.  There might be room to rethink those decisions
now that the standard format is more friendly to verbose descriptions.
But I have not undertaken to do that here; I just converted existing
tables.

Files

PathChange+/−
doc/src/sgml/adminpack.sgml modified +63 −43
doc/src/sgml/cube.sgml modified +362 −294
doc/src/sgml/earthdistance.sgml modified +137 −87
doc/src/sgml/hstore.sgml modified +586 −325
doc/src/sgml/intarray.sgml modified +315 −176
doc/src/sgml/isn.sgml modified +59 −32
doc/src/sgml/lobj.sgml modified +76 −63
doc/src/sgml/ltree.sgml modified +387 −271
doc/src/sgml/monitoring.sgml modified +326 −187
doc/src/sgml/pgtrgm.sgml modified +231 −184
doc/src/sgml/ref/pgbench.sgml modified +622 −276
doc/src/sgml/seg.sgml modified +98 −78
doc/src/sgml/sepgsql.sgml modified +72 −40
doc/src/sgml/tablefunc.sgml modified +87 −71
doc/src/sgml/uuid-ossp.sgml modified +118 −81
doc/src/sgml/xml2.sgml modified +106 −130

Documentation touched