We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3b4e9 commit d5f87f7Copy full SHA for d5f87f7
README.md
@@ -38,7 +38,7 @@ CREATE EXTENSION "Snehil-Shah@pg_dispatch";
38
39
<!-- <docs> -->
40
41
-### pgdispatch.fire
+### pgdispatch.fire( command TEXT )
42
43
Dispatches an SQL command for asynchronous execution
44
@@ -52,7 +52,7 @@ SELECT pgdispatch.fire('SELECT pg_sleep(40);');
52
#### Returns:
53
- `VOID`
54
55
-### pgdispatch.snooze
+### pgdispatch.snooze( command TEXT, delay INTERVAL )
56
57
Dispatches a delayed SQL command for asynchronous execution
58
0 commit comments