-
- Downloads
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.
Showing
- doc/src/sgml/ref/psql-ref.sgml 12 additions, 9 deletionsdoc/src/sgml/ref/psql-ref.sgml
- src/bin/psql/command.c 1 addition, 6 deletionssrc/bin/psql/command.c
- src/bin/psql/common.c 9 additions, 6 deletionssrc/bin/psql/common.c
- src/bin/psql/common.h 2 additions, 3 deletionssrc/bin/psql/common.h
- src/bin/psql/print.c 47 additions, 18 deletionssrc/bin/psql/print.c
- src/bin/psql/print.h 4 additions, 1 deletionsrc/bin/psql/print.h
- src/bin/psql/startup.c 2 additions, 1 deletionsrc/bin/psql/startup.c
Loading
Please register or sign in to comment