Re: [PATCH] Proposal: Improvements to PDF stylesheet and table column widths
Noboru Saito <noborusai@gmail.com>
From: Noboru Saito <noborusai@gmail.com>
To: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-05-30T05:27:04Z
Lists: pgsql-hackers
Thank you Kuroda-san. > To confirm, generated pdf with current setting is left slide, and it would > become like right side, is it correct? I prefer right one. Sorry for the lack of explanation. That's right, the version on the left is the previous version, and the version on the right has the patch applied. 2025年5月30日(金) 13:26 Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com>: > > Dear Saito-san, > > > Since my previous email included many changes and may have been > > difficult to review, I would like to propose a much simpler change > > this time. > > I feel this is a reasonable approach. If needed, you can create set of patches > and can discuss from 0001. See [1]. > > > I suggest setting both body.start.indent and body.end.indent to 0 in > > stylesheet-fo.xsl as follows: > > > > <xsl:param name="body.start.indent">0</xsl:param> > > <xsl:param name="body.end.indent">0</xsl:param> > > > > This change maximizes the usable width of each page in the generated > > PDF documentation. As a result, the total number of pages is reduced > > from 3095 to 2960, making the PDF more compact and easier to read. > > Sounds great. > > > For your reference, I have attached a screenshot comparing the > > current and proposed layouts. > > To confirm, generated pdf with current setting is left slide, and it would > become like right side, is it correct? I prefer right one. > > [1]: https://git-scm.com/docs/git-format-patch > > Best regards, > Hayato Kuroda > FUJITSU LIMITED >
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Adjust some table column widths in PDF
- 05f506a5158e 19 (unreleased) landed
-
Improve PDF documentation margins
- 37e06ba6e82b 19 (unreleased) landed