pgsql: Allow the delay in psql's \watch command to be a fractional seco - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Allow the delay in psql's \watch command to be a fractional seco
Date
Msg-id E1ai8P7-0004xE-K3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow the delay in psql's \watch command to be a fractional second.

Instead of just "2" seconds, allow eg. "2.5" seconds.  Per request
from Alvaro Herrera.  No docs change since the docs didn't say you
couldn't do this already.

Branch
------
master

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

Modified Files
--------------
src/bin/psql/command.c | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Introduce WaitEventSet API.
Next
From: Tom Lane
Date:
Subject: pgsql: Improve header output from psql's \watch command.