Обсуждение: pgsql: Allow the delay in psql's \watch command to be a fractional seco

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)