pgsql: Doc: further fooling-about with rendering of tables in PDF outpu - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: further fooling-about with rendering of tables in PDF outpu
Date
Msg-id E1jWMqE-0007Yz-Cf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: further fooling-about with rendering of tables in PDF output.

I concluded that we really just ought to force all tables in PDF output
to default to "left" alignment (instead of "justify"); that is what the
HTML toolchain does and that's what most people have been designing the
tables to look good with.  There are few if any places where "justify"
produces better-looking output, and there are many where it looks
horrible.  So change stylesheet-fo.xsl to make that true.

Also tweak column widths in a few more tables to make them look better
and avoid "exceed the available area" warnings.  This commit fixes
basically everything that can be fixed through that approach.  The
remaining tables that give warnings either are scheduled for redesign
as per recent discussions, or need a fundamental rethink because they
Just Don't Work in a narrow view.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f21599311e50a43c90a3d33ef4f60193a774321a

Modified Files
--------------
doc/src/sgml/brin.sgml          |   8 ++
doc/src/sgml/config.sgml        |   8 +-
doc/src/sgml/datatype.sgml      |  67 +++++++++---
doc/src/sgml/ddl.sgml           |   7 ++
doc/src/sgml/event-trigger.sgml | 232 +++++++++++++++++++++-------------------
doc/src/sgml/extend.sgml        |   3 +
doc/src/sgml/json.sgml          |   7 ++
doc/src/sgml/libpq.sgml         |   4 +
doc/src/sgml/monitoring.sgml    |  13 +++
doc/src/sgml/mvcc.sgml          |   7 +-
doc/src/sgml/plpgsql.sgml       |   6 ++
doc/src/sgml/runtime.sgml       |   3 +
doc/src/sgml/stylesheet-fo.xsl  |   5 +
doc/src/sgml/syntax.sgml        |   3 +
doc/src/sgml/textsearch.sgml    |   3 +
doc/src/sgml/user-manag.sgml    |   2 +
doc/src/sgml/xfunc.sgml         |   3 +
doc/src/sgml/xindex.sgml        |  16 +++
18 files changed, 269 insertions(+), 128 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Handle spaces for Python install location in MSVC scripts
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Heed lock protocol in DROP OWNED BY