From: Fujii Masao Date: Sun, 2 Feb 2014 18:40:36 +0000 (+0900) Subject: Add for functions pg_sleep_for and pg_sleep_until. X-Git-Tag: REL9_4_BETA1~543 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c087e8cf3470081546c74b43e086e2b4d0a255d3;p=thirdparty%2Fpostgresql.git Add for functions pg_sleep_for and pg_sleep_until. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 8cc65b94d10..be548d79826 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -7658,6 +7658,12 @@ SELECT TIMESTAMP 'now'; -- incorrect for use with DEFAULT pg_sleep + + pg_sleep_for + + + pg_sleep_until + sleep