package postgresql

  1. Overview
  2. Docs
Bindings to the PostgreSQL library

Install

Dune Dependency

Authors

Maintainers

Sources

postgresql-5.0.0.tbz
sha256=9ccd405bf2a4811d86995102b0837f07230f30d05ed620b9d05fa66f607ef9d8
sha512=5f5780327c776d69e208efe531c0dfd2cdab900fc26f8e0db698e777b386b3cc993df3af6e1cb5805dfcd003160d7e48d5c87cc73664698e96089fe0ac24cc42

doc/postgresql/Postgresql/Notification/index.html

Module Postgresql.NotificationSource

Type of asynchronous notifications

Sourcetype 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)

    *)
}
OCaml

Innovation. Community. Security.