Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pgc4d/src/types.ts>Notification

A full-featured PostgreSQL Client for Deno
Latest
interface Notification
import { type Notification } from "https://deno.land/x/pgc4d@v1.3.6/src/types.ts";

A notification received as a consequence of using LISTEN.

Properties

channel: string
payload: string
sender: number

Process ID of the server process that sent the notifications. Equivalent to pg_backend_pid() SQL function on the sender.