#include <pg_dump.h>
Data Fields | |
| DumpableObject | dobj |
| char * | rolname |
| char * | fdwhandler |
| char * | fdwvalidator |
| char * | fdwoptions |
| char * | fdwacl |
Definition at line 448 of file pg_dump.h.
Definition at line 450 of file pg_dump.h.
Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().
| char* _fdwInfo::fdwacl |
Definition at line 455 of file pg_dump.h.
Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().
| char* _fdwInfo::fdwhandler |
Definition at line 452 of file pg_dump.h.
Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().
| char* _fdwInfo::fdwoptions |
Definition at line 454 of file pg_dump.h.
Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().
| char* _fdwInfo::fdwvalidator |
Definition at line 453 of file pg_dump.h.
Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().
| char* _fdwInfo::rolname |
Definition at line 451 of file pg_dump.h.
Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().
1.7.1