diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-11-14 16:29:57 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-11-14 16:29:57 -0500 |
commit | b8182d6293d930da527be4ae38bca8e20c47b8a8 (patch) | |
tree | ff17f66204ff7e4b5c845fdb6d21bc27b69183af /doc/src | |
parent | 4618fdd674128ad62096619d449f248b0ecc3ed7 (diff) | |
download | postgresql-b8182d6293d930da527be4ae38bca8e20c47b8a8.tar.gz postgresql-b8182d6293d930da527be4ae38bca8e20c47b8a8.zip |
Doc: remove claim that all \pset format options are unique in 1 letter.
This hasn't been correct since 9.3 added "latex-longtable".
I left the phraseology "Unique abbreviations are allowed" alone.
It's correct as far as it goes, and we are studiously refraining
from specifying exactly what happens if you give a non-unique
abbreviation. (The answer in the back branches is "you get a
backwards-compatible choice", and the answer in HEAD will shortly
be "you get an error", but there seems no need to mention such
details here.)
Daniel Vérité
Discussion: https://postgr.es/m/cb7e1caf-3ea6-450d-af28-f524903a030c@manitou-mail.org
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index eb9d93a168e..941090ba8a0 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2590,8 +2590,7 @@ lo_import 152801 <literal>latex</literal> (uses <literal>tabular</literal>), <literal>latex-longtable</literal>, or <literal>troff-ms</literal>. - Unique abbreviations are allowed. (That would mean one letter - is enough.) + Unique abbreviations are allowed. </para> <para><literal>unaligned</literal> format writes all columns of a row on one |