Add command '\pset footer' to psql to turn off default "(x rows)" footer.

Peter Eisentraut <peter_e@gmx.net>

Commit: b3f66d198005a55dd496de74ac77c768420772f7
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2001-05-12T19:44:46Z
Releases: 7.2.1
Add command '\pset footer' to psql to turn off default "(x rows)" footer.

Files

PathChange+/−
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