PostgreSQL Source Code  git master
_attrDefInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
TableInfoadtable
 
int adnum
 
char * adef_expr
 
bool separate
 

Detailed Description

Definition at line 378 of file pg_dump.h.

Field Documentation

◆ adef_expr

char* _attrDefInfo::adef_expr

Definition at line 383 of file pg_dump.h.

Referenced by dumpAttrDef(), dumpTableSchema(), flagInhAttrs(), and getTableAttrs().

◆ adnum

int _attrDefInfo::adnum

Definition at line 382 of file pg_dump.h.

Referenced by DOTypeNameCompare(), dumpAttrDef(), flagInhAttrs(), and getTableAttrs().

◆ adtable

TableInfo* _attrDefInfo::adtable

Definition at line 381 of file pg_dump.h.

Referenced by dumpAttrDef(), flagInhAttrs(), and getTableAttrs().

◆ dobj

DumpableObject _attrDefInfo::dobj

Definition at line 380 of file pg_dump.h.

Referenced by dumpAttrDef(), dumpTableSchema(), flagInhAttrs(), and getTableAttrs().

◆ separate

bool _attrDefInfo::separate

Definition at line 384 of file pg_dump.h.

Referenced by dumpAttrDef(), dumpTableSchema(), flagInhAttrs(), and getTableAttrs().


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