diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-02-03 03:40:36 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-02-03 03:40:36 +0900 |
commit | c087e8cf3470081546c74b43e086e2b4d0a255d3 (patch) | |
tree | 0da953c252849612e6f9e594f7da3cd73175d841 | |
parent | 46825d4978b63a0ae9637efbf6298220c833fa8d (diff) | |
download | postgresql-c087e8cf3470081546c74b43e086e2b4d0a255d3.tar.gz postgresql-c087e8cf3470081546c74b43e086e2b4d0a255d3.zip |
Add <indexterm> for functions pg_sleep_for and pg_sleep_until.
-rw-r--r-- | doc/src/sgml/func.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -7659,6 +7659,12 @@ SELECT TIMESTAMP 'now'; -- incorrect for use with DEFAULT <primary>pg_sleep</primary> </indexterm> <indexterm> + <primary>pg_sleep_for</primary> + </indexterm> + <indexterm> + <primary>pg_sleep_until</primary> + </indexterm> + <indexterm> <primary>sleep</primary> </indexterm> <indexterm> |