Per discussion on -hackers, this patch changes psql's "expanded" output
Neil Conway <neilc@samurai.com>
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
| Path | Change | +/− |
|---|---|---|
| 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 |