|
PostgreSQL Source Code git master
|
#include <libpq-fe.h>
Data Fields | |
| char * | relname |
| int | be_pid |
| char * | extra |
| struct pgNotify * | next |
Definition at line 236 of file libpq-fe.h.
| int pgNotify::be_pid |
Definition at line 239 of file libpq-fe.h.
| char* pgNotify::extra |
Definition at line 240 of file libpq-fe.h.
| struct pgNotify* pgNotify::next |
Definition at line 242 of file libpq-fe.h.
Referenced by getNotify(), pqDropServerData(), and PQnotifies().
| char* pgNotify::relname |
Definition at line 238 of file libpq-fe.h.