Re: [PATCH] Proposal: Improvements to PDF stylesheet and table column widths - Mailing list pgsql-hackers

From Noboru Saito
Subject Re: [PATCH] Proposal: Improvements to PDF stylesheet and table column widths
Date
Msg-id CAAM3qnJV9exhCgAonaWMWbsg1qu+BeZMFzGD9fUTvLyf3TEL7w@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Proposal: Improvements to PDF stylesheet and table column widths  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-hackers
 Dear Ishii-san,

> I wonder how your patches apply to non A4 format (letter). Can you
> please share the PDF file in letter format after patching?

I had not mentioned the US letter format before, but the patch also
affects the US letter version.
I attach a PDF of the US letter version created with the following
command after applying the patch.

```
make "XSLTPROCFLAGS= --stringparam rootid functions" postgres-US.pdf
```

Attachment

pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Re: pg_get_multixact_members not documented
Next
From: Peter Smith
Date:
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2