Re: Remaining PDF layout issues
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-docs@lists.postgresql.org
Date: 2020-05-12T05:10:06Z
Lists: pgsql-docs
Attachments
- fix-wait-event-table-2.patch (text/x-diff) patch
I wrote: >> Table 27.4 is annoying: it could be made to work, just barely, with some >> hacking of the column widths and a &zwsp; or two. But it's not stable >> text so I have little faith in the longevity of such a solution, >> especially if people keep on inventing long wait event names. I also >> find it not very readable, even in a wide window. The first idea that >> comes to mind is to split it into multiple tables, one per "Wait Event >> Type", so that we don't need the lefthand column. Here's an attempt at doing it that way. I think this might be a better answer, although it's still subject to problems if anyone's logorrhea gets any worse in naming wait conditions: "SerializablePredicateLockListLock" is still going to force manually tweaking the column widths. I sorted the names here, too. regards, tom lane
Commits
-
Doc: hack on table 26.1 till it fits in PDF format.
- 2e619f86a96c 13.0 landed
-
Doc: tweak examples to silence line-too-long PDF build warnings.
- 3d14c174cbbb 13.0 landed
-
Doc: split up wait_event table.
- 4fa8bd392d02 13.0 landed
-
Doc: hack table 13.2 "Conflicting Lock Modes" till it fits in PDF.
- 57775e82b235 13.0 landed
-
Doc: fix remaining over-length entries in SQL keywords table.
- 4d1563717fb1 13.0 landed