PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pgNotify Struct Reference

#include <libpq-fe.h>

Data Fields

charrelname
 
int be_pid
 
charextra
 
struct pgNotifynext
 

Detailed Description

Definition at line 228 of file libpq-fe.h.

Field Documentation

◆ be_pid

int pgNotify::be_pid

Definition at line 231 of file libpq-fe.h.

◆ extra

char* pgNotify::extra

Definition at line 232 of file libpq-fe.h.

◆ next

struct pgNotify* pgNotify::next

Definition at line 234 of file libpq-fe.h.

Referenced by getNotify(), pqDropServerData(), and PQnotifies().

◆ relname

char* pgNotify::relname

Definition at line 230 of file libpq-fe.h.


The documentation for this struct was generated from the following file: