| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | Missing latex-longtable value |
| Date: | 2015-07-07 15:34:35 |
| Message-ID: | 20150707153435.GA20436@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I have discovered that psql \pset format does not display
"latex-longtable" as a valid value, e.g.:
test=> \pset format kjasdf
\pset: allowed formats are unaligned, aligned, wrapped, html, asciidoc, latex, troff-ms
With the attached patch, the latex-longtable value is properly displayed:
test=> \pset format kjasdf
\pset: allowed formats are unaligned, aligned, wrapped, html, asciidoc, latex, latex-longtable, troff-ms
Should this be fixed in 9.6 only or 9.5 too?
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
| Attachment | Content-Type | Size |
|---|---|---|
| longtable.diff | text/x-diff | 665 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2015-07-07 15:37:44 | Re: Freeze avoidance of very large table. |
| Previous Message | Stephen Frost | 2015-07-07 15:34:27 | Re: FPW compression leaks information |