psql: add asciidoc output format
Bruce Momjian <bruce@momjian.us>
psql: add asciidoc output format Patch by Szymon Guz, adjustments by me Testing by Michael Paquier, Pavel Stehule
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +2 −2 |
| src/bin/psql/command.c | modified | +6 −1 |
| src/bin/psql/help.c | modified | +1 −1 |
| src/bin/psql/print.c | modified | +227 −0 |
| src/bin/psql/print.h | modified | +1 −0 |
| src/bin/psql/tab-complete.c | modified | +2 −2 |
| src/test/regress/expected/psql.out | modified | +206 −0 |
| src/test/regress/sql/psql.sql | modified | +25 −0 |