package postgresql

  1. Overview
  2. Docs

Type of asynchronous notifications

type t = {
  1. name : string;
    (*

    name the of relation containing data

    *)
  2. pid : int;
    (*

    the process id of the backend

    *)
  3. extra : string;
    (*

    payload data (empty if not provided)

    *)
}