Simplify psql's new linestyle behavior to default to linestyle=ascii all
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |