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

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
TableInfoadtable
 
int adnum
 
charadef_expr
 
bool separate
 

Detailed Description

Definition at line 402 of file pg_dump.h.

Field Documentation

◆ adef_expr

char* _attrDefInfo::adef_expr

Definition at line 407 of file pg_dump.h.

Referenced by getTableAttrs().

◆ adnum

int _attrDefInfo::adnum

Definition at line 406 of file pg_dump.h.

Referenced by getTableAttrs().

◆ adtable

TableInfo* _attrDefInfo::adtable

Definition at line 405 of file pg_dump.h.

Referenced by getTableAttrs().

◆ dobj

DumpableObject _attrDefInfo::dobj

Definition at line 404 of file pg_dump.h.

Referenced by getTableAttrs().

◆ separate

bool _attrDefInfo::separate

Definition at line 408 of file pg_dump.h.

Referenced by getTableAttrs().


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