pgsql: Add \watch [SEC] command to psql.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add \watch [SEC] command to psql.
Date: 2013-04-04 23:57:09
Message-ID: E1UNu1l-0001n4-9K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add \watch [SEC] command to psql.

This allows convenient re-execution of commands.

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c6a3fce7dd4dae6e1a005e5b09cdd7c1d7f9c4f4

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 12 ++++
src/bin/psql/command.c | 130 ++++++++++++++++++++++++++++++++++++++++
src/bin/psql/help.c | 3 +-
src/bin/psql/tab-complete.c | 2 +-
4 files changed, 145 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-04-05 00:29:52 pgsql: Fix line count in slashUsage().
Previous Message Andrew Dunstan 2013-04-04 22:29:07 pgsql: Fix off by one error in JSON extract path code.