#include <libpq-fe.h>
Data Fields | |
char * | relname |
int | be_pid |
char * | extra |
struct pgNotify * | next |
Definition at line 150 of file libpq-fe.h.
int pgNotify::be_pid |
Definition at line 153 of file libpq-fe.h.
Referenced by dblink_get_notify(), ecpg_execute(), getNotify(), main(), and PrintNotifications().
char* pgNotify::extra |
Definition at line 154 of file libpq-fe.h.
Referenced by dblink_get_notify(), getNotify(), and PrintNotifications().
struct pgNotify* pgNotify::next |
Definition at line 156 of file libpq-fe.h.
Referenced by closePGconn(), getNotify(), and PQnotifies().
char* pgNotify::relname |
Definition at line 152 of file libpq-fe.h.
Referenced by dblink_get_notify(), ecpg_execute(), getNotify(), main(), and PrintNotifications().