psql: add asciidoc output format

Enterprise / PostgreSQL - Bruce Momjian [momjian.us] - 31 March 2015 10:33 UTC

Patch by Szymon Guz, adjustments by me

Testing by Michael Paquier, Pavel Stehule

9d9991c psql: add asciidoc output format
doc/src/sgml/ref/psql-ref.sgml | 4 +-
src/bin/psql/command.c | 7 +-
src/bin/psql/help.c | 2 +-
src/bin/psql/print.c | 227 ++++++++++++++++++++++++++++++++++++
src/bin/psql/print.h | 1 +
src/bin/psql/tab-complete.c | 4 +-
src/test/regress/expected/psql.out | 206 ++++++++++++++++++++++++++++++++
src/test/regress/sql/psql.sql | 25 ++++
8 files changed, 470 insertions(+), 6 deletions(-)

Upstream: git.postgresql.org


  • Share