We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147471b commit 7d0c5bfCopy full SHA for 7d0c5bf
lib/postgresql.mli
@@ -469,9 +469,10 @@ object
469
(** Asynchronous Notification *)
470
471
method notifies : (string * int * string) option
472
- (** [#notifies] @return [Some (name, pid)] if available ([None]
+ (** [#notifies] @return [Some (name, pid, extra)] if available ([None]
473
otherwise), where [name] is the name the of relation containing
474
- data, [pid] the process id of the backend.
+ data, [pid] the process id of the backend, and [extra] is any payload
475
+ data associated with the notification (empty it not provided).
476
477
@raise Error if there is a connection error.
478
*)
0 commit comments