diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-11-25 20:26:31 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-11-25 20:26:31 +0000 |
| commit | da29cc802215e3a01bab0f9fb5dd14c03d6f973d (patch) | |
| tree | bc4ca7b945ada30eda972beea702e98d39b1d062 /doc/src/sgml/ref | |
| parent | f6a79c5901f36a822bdbffda1077613828ce6863 (diff) | |
Simplify psql's new linestyle behavior to default to linestyle=ascii all
the time, rather than hoping we can tell whether the terminal supports
UTF8 characters. Per discussion.
Diffstat (limited to 'doc/src/sgml/ref')
| -rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index d9a455ba8bf..dc8a4819dfe 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.234 2009/11/22 22:06:30 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.235 2009/11/25 20:26:30 tgl Exp $ PostgreSQL documentation --> @@ -1785,6 +1785,7 @@ lo_import 152801 or <literal>unicode</literal>. Unique abbreviations are allowed. (That would mean one letter is enough.) + The default setting is <literal>ascii</>. This option only affects the <literal>aligned</> and <literal>wrapped</> output formats. </para> @@ -1826,12 +1827,6 @@ lo_import 152801 Plain <acronym>ASCII</acronym> characters work everywhere, but Unicode characters look nicer on displays that recognize them. </para> - - <para> - If this option has not been set, the default behavior is to use - <literal>unicode</literal> style if the client character set encoding - is UTF-8, otherwise <literal>ascii</literal> style. - </para> </listitem> </varlistentry> |
