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 | 6a312b2587c62eef0941a24a517590a9ce299fa9 (patch) | |
tree | ec265f15d5bb59ae3d68664f528c9089fa3eaa58 | |
parent | 41609776f2c2869f2081439664249c9bdec83add (diff) |
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
-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 57348957a00..4f53f13e88d 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2120,8 +2120,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</> format writes all columns of a row on one |