Skip to content

Commit 7d0c5bf

Browse files
author
Jonathan Curran
committed
Update mli
1 parent 147471b commit 7d0c5bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/postgresql.mli

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,10 @@ object
469469
(** Asynchronous Notification *)
470470

471471
method notifies : (string * int * string) option
472-
(** [#notifies] @return [Some (name, pid)] if available ([None]
472+
(** [#notifies] @return [Some (name, pid, extra)] if available ([None]
473473
otherwise), where [name] is the name the of relation containing
474-
data, [pid] the process id of the backend.
474+
data, [pid] the process id of the backend, and [extra] is any payload
475+
data associated with the notification (empty it not provided).
475476
476477
@raise Error if there is a connection error.
477478
*)

0 commit comments

Comments
 (0)