PostgreSQL Source Code  git master
_fdwInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
const char * rolname
 
char * fdwhandler
 
char * fdwvalidator
 
char * fdwoptions
 

Detailed Description

Definition at line 556 of file pg_dump.h.

Field Documentation

◆ dacl

DumpableAcl _fdwInfo::dacl

Definition at line 559 of file pg_dump.h.

Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().

◆ dobj

DumpableObject _fdwInfo::dobj

Definition at line 558 of file pg_dump.h.

Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().

◆ fdwhandler

char* _fdwInfo::fdwhandler

Definition at line 561 of file pg_dump.h.

Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().

◆ fdwoptions

char* _fdwInfo::fdwoptions

Definition at line 563 of file pg_dump.h.

Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().

◆ fdwvalidator

char* _fdwInfo::fdwvalidator

Definition at line 562 of file pg_dump.h.

Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().

◆ rolname

const char* _fdwInfo::rolname

Definition at line 560 of file pg_dump.h.

Referenced by dumpForeignDataWrapper(), and getForeignDataWrappers().


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