Simplify psql's new linestyle behavior to default to linestyle=ascii all

Tom Lane <tgl@sss.pgh.pa.us>

Commit: da29cc802215e3a01bab0f9fb5dd14c03d6f973d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-11-25T20:26:31Z
Releases: 9.0.0
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.

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +2 −7
doc/src/sgml/release-8.5.sgml modified +2 −3
src/bin/psql/mbprint.c modified +2 −2
src/bin/psql/mbprint.h modified +1 −2
src/bin/psql/print.c modified +6 −3
src/test/regress/pg_regress_main.c modified +2 −2