]> granicus.if.org Git - postgresql/commit
Add convenience functions pg_sleep_for and pg_sleep_until.
authorRobert Haas <rhaas@postgresql.org>
Thu, 30 Jan 2014 20:45:14 +0000 (15:45 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 30 Jan 2014 20:47:56 +0000 (15:47 -0500)
commit760c770ff66b5c2f77f2e17750a2e263a74d82b3
tree1c5dca16df880baba8db8a7803247bb2ab92802d
parent043f6ff05d0a5140dfe25faf277ec9f1d7169005
Add convenience functions pg_sleep_for and pg_sleep_until.

Vik Fearing, reviewed by Pavel Stehule and myself
doc/src/sgml/func.sgml
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/test/regress/expected/stats.out
src/test/regress/sql/stats.sql