Doc: remove now-redundant align specifications in colspecs.

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

Commit: 90be091480d439db6876f6cbebf9ea42ccb79496
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-05-06T19:58:23Z
Releases: 13.0
Doc: remove now-redundant align specifications in colspecs.

In the wake of commit f21599311, we don't need to set table columns'
align specs retail.  Undo a few such settings I'd added in commit
5545b69ae.  (The column width adjustments stay, though.)

Files

PathChange+/−
doc/src/sgml/charset.sgml modified +14 −14
doc/src/sgml/errcodes.sgml modified +2 −2
doc/src/sgml/features.sgml modified +8 −8
doc/src/sgml/generate-keywords-table.pl modified +5 −5

Documentation touched