pgsql: Simplify psql's new linestyle behavior to default to

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify psql's new linestyle behavior to default to
Date: 2009-11-25 20:26:31
Message-ID: 20091125202631.536AC753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.234 -> r1.235)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.234&r2=1.235)
pgsql/doc/src/sgml:
release-8.5.sgml (r1.6 -> r1.7)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-8.5.sgml?r1=1.6&r2=1.7)
pgsql/src/bin/psql:
mbprint.c (r1.36 -> r1.37)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mbprint.c?r1=1.36&r2=1.37)
mbprint.h (r1.14 -> r1.15)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mbprint.h?r1=1.14&r2=1.15)
print.c (r1.118 -> r1.119)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.118&r2=1.119)
pgsql/src/test/regress:
pg_regress_main.c (r1.7 -> r1.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress_main.c?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2009-11-26 15:06:47 pgsql: Added dynamic cursor names to ecpg.
Previous Message Scott Bailey 2009-11-24 19:26:17 Re: [COMMITTERS] recover deleted records