PostgreSQL Source Code  git master
_tableInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
const char * rolname
 
char relkind
 
char relpersistence
 
bool relispopulated
 
char relreplident
 
char * reltablespace
 
char * reloptions
 
char * checkoption
 
char * toast_reloptions
 
bool hasindex
 
bool hasrules
 
bool hastriggers
 
bool hascolumnACLs
 
bool rowsec
 
bool forcerowsec
 
bool hasoids
 
uint32 frozenxid
 
uint32 minmxid
 
Oid toast_oid
 
uint32 toast_frozenxid
 
uint32 toast_minmxid
 
int ncheck
 
Oid reltype
 
Oid reloftype
 
Oid foreign_server
 
Oid owning_tab
 
int owning_col
 
bool is_identity_sequence
 
int relpages
 
int toastpages
 
bool interesting
 
bool dummy_view
 
bool postponed_def
 
bool ispartition
 
bool unsafe_partitions
 
int numParents
 
struct _tableInfo ** parents
 
int numatts
 
char ** attnames
 
char ** atttypnames
 
int * attstattarget
 
char * attstorage
 
char * typstorage
 
boolattisdropped
 
char * attidentity
 
char * attgenerated
 
int * attlen
 
char * attalign
 
boolattislocal
 
char ** attoptions
 
Oidattcollation
 
char * attcompression
 
char ** attfdwoptions
 
char ** attmissingval
 
char ** notnull_constrs
 
boolnotnull_noinh
 
boolnotnull_throwaway
 
boolnotnull_inh
 
struct _attrDefInfo ** attrdefs
 
struct _constraintInfocheckexprs
 
bool needs_override
 
char * amname
 
int numIndexes
 
struct _indxInfoindexes
 
struct _tableDataInfodataObj
 
int numTriggers
 
struct _triggerInfotriggers
 

Detailed Description

Definition at line 280 of file pg_dump.h.

Field Documentation

◆ amname

char* _tableInfo::amname

Definition at line 359 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

◆ attalign

char* _tableInfo::attalign

Definition at line 342 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

◆ attcollation

Oid* _tableInfo::attcollation

Definition at line 345 of file pg_dump.h.

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

◆ attcompression

char* _tableInfo::attcompression

Definition at line 346 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

◆ attfdwoptions

char** _tableInfo::attfdwoptions

Definition at line 347 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

◆ attgenerated

char* _tableInfo::attgenerated

◆ attidentity

char* _tableInfo::attidentity

Definition at line 339 of file pg_dump.h.

Referenced by dumpSequence(), and getTableAttrs().

◆ attisdropped

bool* _tableInfo::attisdropped

◆ attislocal

bool* _tableInfo::attislocal

Definition at line 343 of file pg_dump.h.

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

◆ attlen

int* _tableInfo::attlen

Definition at line 341 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

◆ attmissingval

char** _tableInfo::attmissingval

Definition at line 348 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

◆ attnames

◆ attoptions

char** _tableInfo::attoptions

Definition at line 344 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

◆ attrdefs

struct _attrDefInfo** _tableInfo::attrdefs

Definition at line 356 of file pg_dump.h.

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

◆ attstattarget

int* _tableInfo::attstattarget

Definition at line 335 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

◆ attstorage

char* _tableInfo::attstorage

Definition at line 336 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

◆ atttypnames

char** _tableInfo::atttypnames

Definition at line 334 of file pg_dump.h.

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

◆ checkexprs

struct _constraintInfo* _tableInfo::checkexprs

Definition at line 357 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

◆ checkoption

char* _tableInfo::checkoption

Definition at line 294 of file pg_dump.h.

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

◆ dacl

DumpableAcl _tableInfo::dacl

Definition at line 286 of file pg_dump.h.

Referenced by dumpTable(), and getTables().

◆ dataObj

struct _tableDataInfo* _tableInfo::dataObj

◆ dobj

◆ dummy_view

bool _tableInfo::dummy_view

Definition at line 320 of file pg_dump.h.

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

◆ forcerowsec

bool _tableInfo::forcerowsec

Definition at line 301 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

◆ foreign_server

Oid _tableInfo::foreign_server

Definition at line 311 of file pg_dump.h.

Referenced by getTables(), and makeTableDataInfo().

◆ frozenxid

uint32 _tableInfo::frozenxid

Definition at line 303 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

◆ hascolumnACLs

bool _tableInfo::hascolumnACLs

Definition at line 299 of file pg_dump.h.

Referenced by dumpTable(), getAdditionalACLs(), and getTables().

◆ hasindex

bool _tableInfo::hasindex

Definition at line 296 of file pg_dump.h.

Referenced by getIndexes(), and getTables().

◆ hasoids

bool _tableInfo::hasoids

Definition at line 302 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

◆ hasrules

bool _tableInfo::hasrules

Definition at line 297 of file pg_dump.h.

Referenced by getTables().

◆ hastriggers

bool _tableInfo::hastriggers

Definition at line 298 of file pg_dump.h.

Referenced by getTables(), and getTriggers().

◆ indexes

struct _indxInfo* _tableInfo::indexes

Definition at line 365 of file pg_dump.h.

Referenced by flagInhIndexes(), getConstraints(), and getIndexes().

◆ interesting

bool _tableInfo::interesting

◆ is_identity_sequence

bool _tableInfo::is_identity_sequence

Definition at line 315 of file pg_dump.h.

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

◆ ispartition

◆ minmxid

uint32 _tableInfo::minmxid

Definition at line 304 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

◆ ncheck

int _tableInfo::ncheck

Definition at line 308 of file pg_dump.h.

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

◆ needs_override

bool _tableInfo::needs_override

Definition at line 358 of file pg_dump.h.

Referenced by dumpTableData_insert(), and getTableAttrs().

◆ notnull_constrs

char** _tableInfo::notnull_constrs

Definition at line 349 of file pg_dump.h.

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

◆ notnull_inh

bool* _tableInfo::notnull_inh

Definition at line 355 of file pg_dump.h.

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

◆ notnull_noinh

bool* _tableInfo::notnull_noinh

Definition at line 353 of file pg_dump.h.

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

◆ notnull_throwaway

bool* _tableInfo::notnull_throwaway

Definition at line 354 of file pg_dump.h.

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

◆ numatts

◆ numIndexes

int _tableInfo::numIndexes

Definition at line 364 of file pg_dump.h.

Referenced by flagInhIndexes(), getConstraints(), and getIndexes().

◆ numParents

int _tableInfo::numParents

◆ numTriggers

int _tableInfo::numTriggers

Definition at line 367 of file pg_dump.h.

Referenced by getTriggers().

◆ owning_col

int _tableInfo::owning_col

Definition at line 314 of file pg_dump.h.

Referenced by dumpSequence(), and getTables().

◆ owning_tab

Oid _tableInfo::owning_tab

Definition at line 313 of file pg_dump.h.

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

◆ parents

struct _tableInfo** _tableInfo::parents

◆ postponed_def

bool _tableInfo::postponed_def

Definition at line 321 of file pg_dump.h.

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

◆ relispopulated

bool _tableInfo::relispopulated

◆ relkind

◆ reloftype

Oid _tableInfo::reloftype

Definition at line 310 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

◆ reloptions

char* _tableInfo::reloptions

Definition at line 293 of file pg_dump.h.

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

◆ relpages

int _tableInfo::relpages

Definition at line 316 of file pg_dump.h.

Referenced by dumpTableData(), and getTables().

◆ relpersistence

char _tableInfo::relpersistence

Definition at line 289 of file pg_dump.h.

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

◆ relreplident

char _tableInfo::relreplident

Definition at line 291 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

◆ reltablespace

char* _tableInfo::reltablespace

Definition at line 292 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

◆ reltype

Oid _tableInfo::reltype

Definition at line 309 of file pg_dump.h.

Referenced by binary_upgrade_set_type_oids_by_rel(), and getTables().

◆ rolname

◆ rowsec

bool _tableInfo::rowsec

Definition at line 300 of file pg_dump.h.

Referenced by getPolicies(), and getTables().

◆ toast_frozenxid

uint32 _tableInfo::toast_frozenxid

Definition at line 306 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

◆ toast_minmxid

uint32 _tableInfo::toast_minmxid

Definition at line 307 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

◆ toast_oid

Oid _tableInfo::toast_oid

Definition at line 305 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

◆ toast_reloptions

char* _tableInfo::toast_reloptions

Definition at line 295 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTables().

◆ toastpages

int _tableInfo::toastpages

Definition at line 317 of file pg_dump.h.

Referenced by dumpTableData(), and getTables().

◆ triggers

struct _triggerInfo* _tableInfo::triggers

Definition at line 368 of file pg_dump.h.

Referenced by getTriggers().

◆ typstorage

char* _tableInfo::typstorage

Definition at line 337 of file pg_dump.h.

Referenced by dumpTableSchema(), and getTableAttrs().

◆ unsafe_partitions

bool _tableInfo::unsafe_partitions

Definition at line 323 of file pg_dump.h.

Referenced by forcePartitionRootLoad(), and getPartitioningInfo().


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