PostgreSQL Source Code git master
Loading...
Searching...
No Matches
_fdwInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
const charrolname
 
charfdwhandler
 
charfdwvalidator
 
charfdwoptions
 

Detailed Description

Definition at line 600 of file pg_dump.h.

Field Documentation

◆ dacl

DumpableAcl _fdwInfo::dacl

Definition at line 603 of file pg_dump.h.

◆ dobj

DumpableObject _fdwInfo::dobj

Definition at line 602 of file pg_dump.h.

◆ fdwhandler

char* _fdwInfo::fdwhandler

Definition at line 605 of file pg_dump.h.

◆ fdwoptions

char* _fdwInfo::fdwoptions

Definition at line 607 of file pg_dump.h.

◆ fdwvalidator

char* _fdwInfo::fdwvalidator

Definition at line 606 of file pg_dump.h.

◆ rolname

const char* _fdwInfo::rolname

Definition at line 604 of file pg_dump.h.


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