From 9d9991c84e64c0c5f568b3cdaf46bb91a1368b5a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 31 Mar 2015 11:33:25 -0400 Subject: psql: add asciidoc output format Patch by Szymon Guz, adjustments by me Testing by Michael Paquier, Pavel Stehule --- doc/src/sgml/ref/psql-ref.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index a33e460bca0..1f29615f833 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2090,7 +2090,7 @@ lo_import 152801 Sets the output format to one of unaligned, aligned, wrapped, - html, + html, asciidoc, latex (uses tabular), latex-longtable, or troff-ms. @@ -2119,7 +2119,7 @@ lo_import 152801 - The html, latex, + The html, asciidoc, latex, latex-longtable, and troff-ms formats put out tables that are intended to be included in documents using the respective mark-up -- cgit v1.2.3