pgsql: Adjust some table column widths in PDF - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Adjust some table column widths in PDF
Date
Msg-id E1umDil-000NSw-0a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Adjust some table column widths in PDF

Make some column widths more pleasing.

Note: Some of this relies on the reduced body indents introduced by
commit 37e06ba6e82.

Author: Noboru Saito <noborusai@gmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/CAAM3qnLyMUD79XF+SqAVwWCwURCF3hyuFY9Ki9Csbqs-zMwwnw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/05f506a5158e7779484fc4dec731942eb809e609

Modified Files
--------------
doc/src/sgml/datatype.sgml             |  6 ++----
doc/src/sgml/func/func-formatting.sgml |  4 ++++
doc/src/sgml/func/func-info.sgml       | 10 ++++++++++
doc/src/sgml/func/func-matching.sgml   | 18 +++++++++++++++++-
doc/src/sgml/storage.sgml              |  4 ++++
5 files changed, 37 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Improve PDF documentation margins
Next
From: Tom Lane
Date:
Subject: pgsql: Don't treat EINVAL from semget() as a hard failure.