pgsql: Doc: hack table 13.2 "Conflicting Lock Modes" till it fits in PD

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: hack table 13.2 "Conflicting Lock Modes" till it fits in PD
Date: 2020-05-12 02:00:48
Message-ID: E1jYKDw-0005aq-FB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: hack table 13.2 "Conflicting Lock Modes" till it fits in PDF.

I can't see any way to make this table fit in PDF column width
without either a fundamental redesign or abbreviating EXCLUSIVE.
So I did the latter.

It'd be nicer if the abbreviating didn't leak into the HTML output
as well; but the hackery required to make the output different
seems like more trouble than it's really worth.

Discussion: https://postgr.es/m/6916.1589146280@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/57775e82b235b2c815d9fd85cea53d77373a9203

Modified Files
--------------
doc/src/sgml/mvcc.sgml | 47 +++++++++++++++++++++++++++--------------------
1 file changed, 27 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-05-12 02:58:57 pgsql: doc: PG 13 relnotes: add documentation section and reformat
Previous Message Bruce Momjian 2020-05-12 01:24:18 pgsql: doc: PG 13 relnotes: add duplicate btree optimization details