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 | 51eaaafb850bc6d450cf2f63c0952078255ac4ca (patch) | |
tree | da6682e9666363842b244513b2b61badcc96e477 /doc/src | |
parent | 600b04d6b5ef6c9ad3ea684aad40260bd60d5872 (diff) | |
download | postgresql-51eaaafb850bc6d450cf2f63c0952078255ac4ca.tar.gz postgresql-51eaaafb850bc6d450cf2f63c0952078255ac4ca.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 a1ca94057bd..6e6d0f42d13 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2589,8 +2589,7 @@ lo_import 152801 <literal>latex</literal> (uses <literal>tabular</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.) + Unique abbreviations are allowed. </para> <para><literal>unaligned</literal> format writes all columns of a row on one |