Per discussion on -hackers, this patch changes psql's "expanded" output
authorNeil Conway <neilc@samurai.com>
Mon, 13 Jun 2005 06:36:22 +0000 (06:36 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 13 Jun 2005 06:36:22 +0000 (06:36 +0000)
commit077811605e07212139c3df503fdaa081690635ca
tree0c94b7e15f42ba79319eaf50d1844e1846a30461
parent8c05ca7754bb49526bab106af0049eba55ffa698
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.
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/print.c
src/bin/psql/print.h
src/bin/psql/startup.c