Add \watch [SEC] command to psql.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |