PostgreSQL Source Code  git master
pgNotify Struct Reference

#include <libpq-fe.h>

Data Fields

char * relname
 
int be_pid
 
char * extra
 
struct pgNotifynext
 

Detailed Description

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

Field Documentation

◆ be_pid

int pgNotify::be_pid

◆ extra

char* pgNotify::extra

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

Referenced by dblink_get_notify(), getNotify(), PrintNotifications(), and try_complete_step().

◆ next

struct pgNotify* pgNotify::next

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

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

◆ relname

char* pgNotify::relname

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