Add \watch [SEC] command to psql.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c6a3fce7dd4dae6e1a005e5b09cdd7c1d7f9c4f4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-04-04T23:56:59Z
Releases: 9.3.0
Add \watch [SEC] command to psql.

This allows convenient re-execution of commands.

Will Leinweber, reviewed by Peter Eisentraut, Daniel Farina, and Tom Lane

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +12 −0
src/bin/psql/command.c modified +130 −0
src/bin/psql/help.c modified +2 −1
src/bin/psql/tab-complete.c modified +1 −1