Add a latex-longtable output format to psql
Bruce Momjian <bruce@momjian.us>
Add a latex-longtable output format to psql latex longtable is more powerful than the 'tabular' output format 'latex' uses. Also add border=3 support to 'latex'.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +23 −8 |
| src/bin/psql/command.c | modified | +5 −0 |
| src/bin/psql/print.c | modified | +170 −6 |
| src/bin/psql/print.h | modified | +1 −0 |