Make 8.3.x psql print tab characters as an appropriate number of spaces,
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 May 2008 19:34:44 +0000 (19:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 May 2008 19:34:44 +0000 (19:34 +0000)
commit38cc00ca604e20e528a9baf611ba72061f5b2a79
tree753fcc6b0b70ab3516bd2ff8c68d05dfd0006772
parente7acd8b03282654eb5e9364b3359ff1fb3c80a7c
Make 8.3.x psql print tab characters as an appropriate number of spaces,
rather than "\x09".  Before 8.3 we just printed tabs as-is, leading to poor
formatting of subsequent columns, but consensus is that "\x09" is not an
improvement over that.  Back-patch of fix that's already in HEAD.
src/bin/psql/mbprint.c
src/bin/psql/mbprint.h
src/test/regress/expected/prepare.out