From 5900e4d0b3bd38a02bac4d1cd1947c3f9b7a744b Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 6 Aug 2021 09:40:36 -0400 Subject: [PATCH] docs/notifications: fixup sending a notification --- doc/manual/src/notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/src/notifications.md b/doc/manual/src/notifications.md index 1fcd3c57..fc41f7ea 100644 --- a/doc/manual/src/notifications.md +++ b/doc/manual/src/notifications.md @@ -40,5 +40,5 @@ It is possible for subsequent deliveries of the same `build_finished` data to im ### Re-sending a notification -Notifications can be experimentally re-sent on the command line with `psql`, with `NOTIFY $notificationname '$payload'`. +Notifications can be experimentally re-sent on the command line with `psql`, with `NOTIFY $notificationname, '$payload'`.