pgsql: Add a latex-longtable output format to psql

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a latex-longtable output format to psql
Date: 2013-01-17 16:39:43
Message-ID: E1TvsVD-0005XW-8z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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'.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b14f81bc9a65993129e93052634e358b310b8554

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 31 +++++--
src/bin/psql/command.c | 5 +
src/bin/psql/print.c | 176 ++++++++++++++++++++++++++++++++++++++--
src/bin/psql/print.h | 1 +
4 files changed, 199 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-01-17 17:28:48 pgsql: Fix a couple of error-handling bugs in the xlogreader patch.
Previous Message Magnus Hagander 2013-01-17 15:10:50 pgsql: Silence compiler warnings