]> granicus.if.org Git - postgresql/commitdiff
Add <indexterm> for functions pg_sleep_for and pg_sleep_until.
authorFujii Masao <fujii@postgresql.org>
Sun, 2 Feb 2014 18:40:36 +0000 (03:40 +0900)
committerFujii Masao <fujii@postgresql.org>
Sun, 2 Feb 2014 18:40:36 +0000 (03:40 +0900)
doc/src/sgml/func.sgml

index 8cc65b94d10d4108bcacffee9370860f5fd0e299..be548d79826b4ca7c6b35bd692dc19edad89ccc5 100644 (file)
@@ -7658,6 +7658,12 @@ SELECT TIMESTAMP 'now';  -- incorrect for use with DEFAULT
    <indexterm>
     <primary>pg_sleep</primary>
    </indexterm>
+   <indexterm>
+    <primary>pg_sleep_for</primary>
+   </indexterm>
+   <indexterm>
+    <primary>pg_sleep_until</primary>
+   </indexterm>
    <indexterm>
     <primary>sleep</primary>
    </indexterm>