Skip to content

Commit d5f87f7

Browse files
docs: update API documentation
1 parent 5d3b4e9 commit d5f87f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ CREATE EXTENSION "Snehil-Shah@pg_dispatch";
3838

3939
<!-- <docs> -->
4040

41-
### pgdispatch.fire
41+
### pgdispatch.fire( command TEXT )
4242

4343
Dispatches an SQL command for asynchronous execution
4444

@@ -52,7 +52,7 @@ SELECT pgdispatch.fire('SELECT pg_sleep(40);');
5252
#### Returns:
5353
- `VOID`
5454

55-
### pgdispatch.snooze
55+
### pgdispatch.snooze( command TEXT, delay INTERVAL )
5656

5757
Dispatches a delayed SQL command for asynchronous execution
5858

0 commit comments

Comments
 (0)