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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Allow the delay in psql's \watch command to be a fractional seco
Дата
Msg-id E1ai8P7-0004xE-K3@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Introduce WaitEventSet API.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve header output from psql's \watch command.