Bruce Momjian <br...@momjian.us> writes:
> 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?

It's a bug.  Back-patch as needed.

                        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to