Module Postgresql.Notification

Type of asynchronous notifications

type t = {
name : string;

name the of relation containing data

pid : int;

the process id of the backend

extra : string;

payload data (empty if not provided)

}