]> granicus.if.org Git - postgresql/commit
Allow the delay in psql's \watch command to be a fractional second.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Mar 2016 22:34:18 +0000 (18:34 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Mar 2016 22:34:18 +0000 (18:34 -0400)
commitb283096534b9c514a92a70c98c033015b6792ba7
tree3963e1b1a5c9bead4861f0d9a5a20c4dfb2d1706
parentdea2b5960a9460c02896ed361d35e92bce02801a
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.
src/bin/psql/command.c