pgsql: Doc: remove now-redundant align specifications in colspecs.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: remove now-redundant align specifications in colspecs.
Date: 2020-05-06 19:58:31
Message-ID: E1jWQBb-0000RQ-K7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/90be091480d439db6876f6cbebf9ea42ccb79496

Modified Files
--------------
doc/src/sgml/charset.sgml | 28 ++++++++++++++--------------
doc/src/sgml/errcodes.sgml | 4 ++--
doc/src/sgml/features.sgml | 16 ++++++++--------
doc/src/sgml/generate-keywords-table.pl | 10 +++++-----
4 files changed, 29 insertions(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-05-06 23:07:39 pgsql: pgbench: document that the default data loading is client-side
Previous Message Alvaro Herrera 2020-05-06 16:55:54 pgsql: Heed lock protocol in DROP OWNED BY