summaryrefslogtreecommitdiff
path: root/src/bin/psql/print.h
diff options
context:
space:
mode:
authorBruce Momjian2015-03-31 15:33:25 +0000
committerBruce Momjian2015-03-31 15:33:25 +0000
commit9d9991c84e64c0c5f568b3cdaf46bb91a1368b5a (patch)
tree3c9464838f27188885266bb0f190e4c3ea7f1e1b /src/bin/psql/print.h
parent0cf16b44cb749cac2ff9dcbbe92bfb94f72bb0d0 (diff)
psql: add asciidoc output format
Patch by Szymon Guz, adjustments by me Testing by Michael Paquier, Pavel Stehule
Diffstat (limited to 'src/bin/psql/print.h')
-rw-r--r--src/bin/psql/print.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/psql/print.h b/src/bin/psql/print.h
index 66cdaf32ae7..322db4d6eff 100644
--- a/src/bin/psql/print.h
+++ b/src/bin/psql/print.h
@@ -18,6 +18,7 @@ enum printFormat
PRINT_ALIGNED,
PRINT_WRAPPED,
PRINT_HTML,
+ PRINT_ASCIIDOC,
PRINT_LATEX,
PRINT_LATEX_LONGTABLE,
PRINT_TROFF_MS