mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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.
This commit is contained in:
@ -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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.5.sgml,v 1.6 2009/10/21 19:43:06 petere Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.5.sgml,v 1.7 2009/11/25 20:26:31 tgl Exp $ -->
|
||||
|
||||
<sect1 id="release-8-5">
|
||||
<title>Release 8.5alpha2</title>
|
||||
@ -410,8 +410,7 @@
|
||||
<emphasis>Add "pset linestyle ascii/unicode" option to psql,
|
||||
allowing our traditional ASCII-art style of table output to
|
||||
be upgraded to use Unicode box drawing characters if
|
||||
desired. By default, psql will use the Unicode characters
|
||||
whenever client_encoding is UTF8.</>
|
||||
desired.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
Reference in New Issue
Block a user