From da29cc802215e3a01bab0f9fb5dd14c03d6f973d Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 25 Nov 2009 20:26:31 +0000 Subject: 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. --- doc/src/sgml/ref/psql-ref.sgml | 9 ++------- doc/src/sgml/release-8.5.sgml | 5 ++--- 2 files changed, 4 insertions(+), 10 deletions(-) (limited to 'doc/src/sgml') 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 @@ @@ -1785,6 +1785,7 @@ lo_import 152801 or unicode. Unique abbreviations are allowed. (That would mean one letter is enough.) + The default setting is ascii. This option only affects the aligned and wrapped output formats. @@ -1826,12 +1827,6 @@ lo_import 152801 Plain ASCII characters work everywhere, but Unicode characters look nicer on displays that recognize them. - - - If this option has not been set, the default behavior is to use - unicode style if the client character set encoding - is UTF-8, otherwise ascii style. - diff --git a/doc/src/sgml/release-8.5.sgml b/doc/src/sgml/release-8.5.sgml index 95a940fa52e..5471a42375a 100644 --- a/doc/src/sgml/release-8.5.sgml +++ b/doc/src/sgml/release-8.5.sgml @@ -1,4 +1,4 @@ - + Release 8.5alpha2 @@ -410,8 +410,7 @@ 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. -- cgit v1.2.3