|
PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
| DumpableObject | dobj |
| DumpableAcl | dacl |
| const char * | rolname |
| char * | fdwhandler |
| char * | fdwvalidator |
| char * | fdwoptions |
| DumpableAcl _fdwInfo::dacl |
Definition at line 603 of file pg_dump.h.
Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().
| DumpableObject _fdwInfo::dobj |
Definition at line 602 of file pg_dump.h.
Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().
| char* _fdwInfo::fdwhandler |
Definition at line 605 of file pg_dump.h.
Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().
| char* _fdwInfo::fdwoptions |
Definition at line 607 of file pg_dump.h.
Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().
| char* _fdwInfo::fdwvalidator |
Definition at line 606 of file pg_dump.h.
Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().
| const char* _fdwInfo::rolname |
Definition at line 604 of file pg_dump.h.
Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().