pgsql: Have psql output tab as the proper number of spaces, rather than

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have psql output tab as the proper number of spaces, rather than
Date: 2008-05-08 19:11:36
Message-ID: 20080508191136.BC7467559E9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Have psql output tab as the proper number of spaces, rather than \x09.

Modified Files:
--------------
pgsql/src/bin/psql:
mbprint.c (r1.31 -> r1.32)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mbprint.c?r1=1.31&r2=1.32)
pgsql/src/test/regress/expected:
prepare.out (r1.15 -> r1.16)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/prepare.out?r1=1.15&r2=1.16)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-05-08 19:25:38 pgsql: Have numeric 0 ^ 4.3 return 1, rather than an error, and have 0 ^
Previous Message User Achernow 2008-05-08 18:25:41 libpqtypes - libpqtypes: updated man page for PQtypesObjectHooks