pgsql: Add \watch [SEC] command to psql. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add \watch [SEC] command to psql.
Date
Msg-id E1UNu1l-0001n4-9K@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Fix off by one error in JSON extract path code.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix line count in slashUsage().