summaryrefslogtreecommitdiff
path: root/doc/src/sgml/release-8.5.sgml
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-11-25 20:26:31 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-11-25 20:26:31 +0000
commitda29cc802215e3a01bab0f9fb5dd14c03d6f973d (patch)
treebc4ca7b945ada30eda972beea702e98d39b1d062 /doc/src/sgml/release-8.5.sgml
parentf6a79c5901f36a822bdbffda1077613828ce6863 (diff)
downloadpostgresql-da29cc802215e3a01bab0f9fb5dd14c03d6f973d.tar.gz
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/release-8.5.sgml')
-rw-r--r--doc/src/sgml/release-8.5.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/release-8.5.sgml b/doc/src/sgml/release-8.5.sgml
index 95a940fa52..5471a42375 100644
--- a/doc/src/sgml/release-8.5.sgml
+++ b/doc/src/sgml/release-8.5.sgml
@@ -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 &quot;pset linestyle ascii/unicode&quot; 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>