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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: further fooling-about with rendering of tables in PDF outpu
Дата
Msg-id E1jWMqE-0007Yz-Cf@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Handle spaces for Python install location in MSVC scripts
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Heed lock protocol in DROP OWNED BY