Per discussion on -hackers, this patch changes psql's "expanded" output

Neil Conway <neilc@samurai.com>

Commit: 077811605e07212139c3df503fdaa081690635ca
Author: Neil Conway <neilc@samurai.com>
Date: 2005-06-13T06:36:22Z
Releases: 8.1.0
Per discussion on -hackers, this patch changes psql's "expanded" output
mode to only affect the presentation of normal query results, not the
output of psql slash commands. Documentation updated. I also made
some unrelated minor psql cleanup. Per suggestion from Stuart Cooper.

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +12 −9
src/bin/psql/command.c modified +1 −6
src/bin/psql/common.c modified +9 −6
src/bin/psql/common.h modified +2 −3
src/bin/psql/print.c modified +47 −18
src/bin/psql/print.h modified +4 −1
src/bin/psql/startup.c modified +2 −1