Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

_tableInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
char * rolname
char * relacl
char relkind
char relpersistence
char * reltablespace
char * reloptions
char * toast_reloptions
bool hasindex
bool hasrules
bool hastriggers
bool hasoids
bool isscannable
uint32 frozenxid
Oid toast_oid
uint32 toast_frozenxid
int ncheck
char * reloftype
Oid owning_tab
int owning_col
int relpages
bool interesting
int numatts
char ** attnames
char ** atttypnames
int * atttypmod
int * attstattarget
char * attstorage
char * typstorage
boolattisdropped
int * attlen
char * attalign
boolattislocal
char ** attoptions
Oidattcollation
char ** attfdwoptions
boolnotnull
boolinhNotNull
struct _attrDefInfo ** attrdefs
struct _constraintInfocheckexprs
int numParents
struct _tableInfo ** parents
struct _tableDataInfodataObj

Detailed Description

Definition at line 229 of file pg_dump.h.


Field Documentation

Definition at line 272 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

Definition at line 275 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

Definition at line 276 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

Definition at line 273 of file pg_dump.h.

Referenced by dumpTableSchema(), getTableAttrs(), and shouldPrintColumn().

Definition at line 271 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

Definition at line 274 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

Definition at line 279 of file pg_dump.h.

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

Definition at line 267 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

Definition at line 268 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

Definition at line 266 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

Definition at line 265 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

Definition at line 280 of file pg_dump.h.

Referenced by dumpTableSchema(), getTableAttrs(), and guessConstraintInheritance().

Definition at line 247 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

Definition at line 242 of file pg_dump.h.

Referenced by getIndexes(), and getTables().

Definition at line 245 of file pg_dump.h.

Referenced by dumpTableData(), dumpTableData_copy(), dumpTableSchema(), and getTables().

Definition at line 243 of file pg_dump.h.

Referenced by getTables().

Definition at line 244 of file pg_dump.h.

Referenced by getConstraints(), getTables(), and getTriggers().

Definition at line 278 of file pg_dump.h.

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

Definition at line 257 of file pg_dump.h.

Referenced by getOwnedSeqs(), getTableAttrs(), and getTables().

Definition at line 246 of file pg_dump.h.

Referenced by buildMatViewRefreshDependencies(), getTables(), and refreshMatViewData().

Definition at line 250 of file pg_dump.h.

Referenced by dumpTableSchema(), getTableAttrs(), getTables(), and guessConstraintInheritance().

Definition at line 277 of file pg_dump.h.

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

Definition at line 263 of file pg_dump.h.

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

Definition at line 254 of file pg_dump.h.

Referenced by dumpSequence(), and getTables().

Definition at line 253 of file pg_dump.h.

Referenced by dumpSequence(), getOwnedSeqs(), and getTables().

Definition at line 236 of file pg_dump.h.

Referenced by dumpTable(), and getTables().

Definition at line 251 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

Definition at line 240 of file pg_dump.h.

Referenced by dumpTableSchema(), getTables(), and repairViewRuleMultiLoop().

Definition at line 255 of file pg_dump.h.

Referenced by getTables().

Definition at line 238 of file pg_dump.h.

Referenced by dumpTableSchema(), getTables(), and makeTableDataInfo().

Definition at line 239 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

Definition at line 249 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

Definition at line 248 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

Definition at line 241 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

Definition at line 269 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().


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