diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-11-06 15:04:40 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-11-06 15:04:40 +0900 |
commit | add9182e59084faf57bb264fefcd39fbc93fb116 (patch) | |
tree | 2e25b2186ea57c94f178f650ad2bdb250baffda5 /doc/src | |
parent | 8f045e242b2308473f5de532590454294e3d5683 (diff) | |
download | postgresql-add9182e59084faf57bb264fefcd39fbc93fb116.tar.gz postgresql-add9182e59084faf57bb264fefcd39fbc93fb116.zip |
Reorganize format options of psql in alphabetical order
This makes the addition of new formats easier, and documentation lookups
easier.
Author: Daniel Vérité
Reviewed-by: Fabien Coelho
Discussion: https://postgr.es/m/alpine.DEB.2.20.1803081004241.2916@lancre
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index eb9d93a168e..a1ca94057bd 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2584,12 +2584,11 @@ lo_import 152801 <term><literal>format</literal></term> <listitem> <para> - Sets the output format to one of <literal>unaligned</literal>, - <literal>aligned</literal>, <literal>wrapped</literal>, - <literal>html</literal>, <literal>asciidoc</literal>, + Sets the output format to one of <literal>aligned</literal>, + <literal>asciidoc</literal>, <literal>html</literal>, <literal>latex</literal> (uses <literal>tabular</literal>), - <literal>latex-longtable</literal>, or - <literal>troff-ms</literal>. + <literal>latex-longtable</literal>, <literal>troff-ms</literal>, + <literal>unaligned</literal>, or <literal>wrapped</literal>. Unique abbreviations are allowed. (That would mean one letter is enough.) </para> @@ -2615,10 +2614,10 @@ lo_import 152801 </para> <para> - The <literal>html</literal>, <literal>asciidoc</literal>, <literal>latex</literal>, - <literal>latex-longtable</literal>, and <literal>troff-ms</literal> - formats put out tables that are intended to - be included in documents using the respective mark-up + The <literal>asciidoc</literal>, <literal>html</literal>, + <literal>latex</literal>, <literal>latex-longtable</literal>, and + <literal>troff-ms</literal> formats put out tables that are intended + to be included in documents using the respective mark-up language. They are not complete documents! This might not be necessary in <acronym>HTML</acronym>, but in <application>LaTeX</application> you must have a complete |