]> granicus.if.org Git - postgresql/commit
Add \watch [SEC] command to psql.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Apr 2013 23:56:33 +0000 (19:56 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Apr 2013 23:56:59 +0000 (19:56 -0400)
commitc6a3fce7dd4dae6e1a005e5b09cdd7c1d7f9c4f4
treee4e3185ceddb40fd278b2494583c5c09e7c1bfbf
parente75feb28341ea49e9d41266906e701a4e3742e2e
Add \watch [SEC] command to psql.

This allows convenient re-execution of commands.

Will Leinweber, reviewed by Peter Eisentraut, Daniel Farina, and Tom Lane
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/bin/psql/help.c
src/bin/psql/tab-complete.c