Add command '\pset footer' to psql to turn off default "(x rows)" footer.
Peter Eisentraut <peter_e@gmx.net>
Add command '\pset footer' to psql to turn off default "(x rows)" footer.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +10 −1 |
| src/bin/psql/command.c | modified | +13 −1 |
| src/bin/psql/print.c | modified | +2 −2 |
| src/bin/psql/print.h | modified | +3 −2 |
| src/bin/psql/startup.c | modified | +2 −1 |