OSDN Git Service

Simplify psql's new linestyle behavior to default to linestyle=ascii all
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Nov 2009 20:26:31 +0000 (20:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Nov 2009 20:26:31 +0000 (20:26 +0000)
commitda29cc802215e3a01bab0f9fb5dd14c03d6f973d
treebc4ca7b945ada30eda972beea702e98d39b1d062
parentf6a79c5901f36a822bdbffda1077613828ce6863
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
doc/src/sgml/release-8.5.sgml
src/bin/psql/mbprint.c
src/bin/psql/mbprint.h
src/bin/psql/print.c
src/test/regress/pg_regress_main.c