PostgreSQL Source Code
git master
|
#include <pg_dump.h>
char* _tableInfo::amname |
Definition at line 359 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTables().
char* _tableInfo::attalign |
Definition at line 343 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTableAttrs().
Oid* _tableInfo::attcollation |
Definition at line 346 of file pg_dump.h.
Referenced by createDummyViewAsClause(), dumpTableSchema(), and getTableAttrs().
char* _tableInfo::attcompression |
Definition at line 347 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTableAttrs().
char** _tableInfo::attfdwoptions |
Definition at line 348 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTableAttrs().
char* _tableInfo::attgenerated |
Definition at line 341 of file pg_dump.h.
Referenced by dumpTableData_insert(), dumpTableSchema(), flagInhAttrs(), fmtCopyColumnList(), and getTableAttrs().
char* _tableInfo::attidentity |
Definition at line 340 of file pg_dump.h.
Referenced by dumpSequence(), and getTableAttrs().
bool* _tableInfo::attisdropped |
Definition at line 339 of file pg_dump.h.
Referenced by dumpTableData_insert(), dumpTableSchema(), flagInhAttrs(), fmtCopyColumnList(), getTableAttrs(), and shouldPrintColumn().
bool* _tableInfo::attislocal |
Definition at line 344 of file pg_dump.h.
Referenced by dumpTableSchema(), getTableAttrs(), and shouldPrintColumn().
int* _tableInfo::attlen |
Definition at line 342 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTableAttrs().
char** _tableInfo::attmissingval |
Definition at line 349 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTableAttrs().
char** _tableInfo::attnames |
Definition at line 334 of file pg_dump.h.
Referenced by createDummyViewAsClause(), determineNotNullFlags(), dumpAttrDef(), dumpSequence(), dumpTableComment(), dumpTableData_insert(), dumpTableSchema(), flagInhAttrs(), fmtCopyColumnList(), getAttrName(), and getTableAttrs().
char** _tableInfo::attoptions |
Definition at line 345 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTableAttrs().
struct _attrDefInfo** _tableInfo::attrdefs |
Definition at line 356 of file pg_dump.h.
Referenced by dumpTableSchema(), flagInhAttrs(), and getTableAttrs().
int* _tableInfo::attstattarget |
Definition at line 336 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTableAttrs().
char* _tableInfo::attstorage |
Definition at line 337 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTableAttrs().
char** _tableInfo::atttypnames |
Definition at line 335 of file pg_dump.h.
Referenced by createDummyViewAsClause(), dumpTableSchema(), and getTableAttrs().
struct _constraintInfo* _tableInfo::checkexprs |
Definition at line 357 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTableAttrs().
char* _tableInfo::checkoption |
Definition at line 295 of file pg_dump.h.
Referenced by dumpRule(), dumpTableSchema(), and getTables().
DumpableAcl _tableInfo::dacl |
Definition at line 287 of file pg_dump.h.
Referenced by dumpTable(), and getTables().
struct _tableDataInfo* _tableInfo::dataObj |
Definition at line 366 of file pg_dump.h.
Referenced by buildMatViewRefreshDependencies(), getTableDataFKConstraints(), makeTableDataInfo(), and processExtensionTables().
DumpableObject _tableInfo::dobj |
Definition at line 286 of file pg_dump.h.
Referenced by createViewAsClause(), determineNotNullFlags(), DOTypeNameCompare(), dumpAttrDef(), dumpConstraint(), dumpIndex(), dumpPolicy(), dumpPublicationTable(), dumpRule(), dumpSequence(), dumpSequenceData(), dumpSubscriptionTable(), dumpTable(), dumpTableAttach(), dumpTableComment(), dumpTableConstraintComment(), dumpTableData(), dumpTableData_copy(), dumpTableData_insert(), dumpTableSchema(), dumpTableSecLabel(), dumpTrigger(), flagInhAttrs(), flagInhIndexes(), flagInhTables(), getAdditionalACLs(), getAttrName(), getConstraints(), getIndexes(), getOwnedSeqs(), getPolicies(), getPublicationTables(), getRules(), getTableAttrs(), getTables(), getTriggers(), makeTableDataInfo(), processExtensionTables(), refreshMatViewData(), selectDumpableStatisticsObject(), selectDumpableTable(), and selectDumpableType().
bool _tableInfo::dummy_view |
Definition at line 321 of file pg_dump.h.
Referenced by dumpTableSchema(), getTables(), and repairViewRuleMultiLoop().
bool _tableInfo::forcerowsec |
Definition at line 302 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTables().
Oid _tableInfo::foreign_server |
Definition at line 312 of file pg_dump.h.
Referenced by getTables(), and makeTableDataInfo().
uint32 _tableInfo::frozenxid |
Definition at line 304 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTables().
bool _tableInfo::hascolumnACLs |
Definition at line 300 of file pg_dump.h.
Referenced by dumpTable(), getAdditionalACLs(), and getTables().
bool _tableInfo::hasindex |
Definition at line 297 of file pg_dump.h.
Referenced by getIndexes(), and getTables().
bool _tableInfo::hasoids |
Definition at line 303 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTables().
bool _tableInfo::hasrules |
Definition at line 298 of file pg_dump.h.
Referenced by getTables().
bool _tableInfo::hastriggers |
Definition at line 299 of file pg_dump.h.
Referenced by getTables(), and getTriggers().
struct _indxInfo* _tableInfo::indexes |
Definition at line 365 of file pg_dump.h.
Referenced by flagInhIndexes(), getConstraints(), and getIndexes().
bool _tableInfo::interesting |
Definition at line 320 of file pg_dump.h.
Referenced by dumpTableData(), dumpTableSchema(), getIndexes(), getOwnedSeqs(), getTableAttrs(), getTables(), and makeTableDataInfo().
bool _tableInfo::is_identity_sequence |
Definition at line 316 of file pg_dump.h.
Referenced by dumpSequence(), getOwnedSeqs(), and getTables().
bool _tableInfo::ispartition |
Definition at line 323 of file pg_dump.h.
Referenced by determineNotNullFlags(), dumpTableData(), dumpTableData_insert(), dumpTableSchema(), dumpTrigger(), flagInhAttrs(), flagInhTables(), forcePartitionRootLoad(), getRootTableInfo(), getTables(), and shouldPrintColumn().
uint32 _tableInfo::minmxid |
Definition at line 305 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTables().
int _tableInfo::ncheck |
Definition at line 309 of file pg_dump.h.
Referenced by dumpTableSchema(), getTableAttrs(), and getTables().
bool _tableInfo::needs_override |
Definition at line 358 of file pg_dump.h.
Referenced by dumpTableData_insert(), and getTableAttrs().
char** _tableInfo::notnull_constrs |
Definition at line 350 of file pg_dump.h.
Referenced by determineNotNullFlags(), dumpTableSchema(), flagInhAttrs(), and getTableAttrs().
bool* _tableInfo::notnull_islocal |
Definition at line 355 of file pg_dump.h.
Referenced by determineNotNullFlags(), dumpTableSchema(), flagInhAttrs(), and getTableAttrs().
bool* _tableInfo::notnull_noinh |
Definition at line 354 of file pg_dump.h.
Referenced by determineNotNullFlags(), dumpTableSchema(), and getTableAttrs().
int _tableInfo::numatts |
Definition at line 333 of file pg_dump.h.
Referenced by createDummyViewAsClause(), dumpTableData_insert(), dumpTableSchema(), flagInhAttrs(), fmtCopyColumnList(), and getTableAttrs().
int _tableInfo::numIndexes |
Definition at line 364 of file pg_dump.h.
Referenced by flagInhIndexes(), getConstraints(), and getIndexes().
int _tableInfo::numParents |
Definition at line 326 of file pg_dump.h.
Referenced by dumpTableSchema(), flagInhAttrs(), flagInhTables(), forcePartitionRootLoad(), and getRootTableInfo().
int _tableInfo::numTriggers |
Definition at line 367 of file pg_dump.h.
Referenced by getTriggers().
int _tableInfo::owning_col |
Definition at line 315 of file pg_dump.h.
Referenced by dumpSequence(), and getTables().
Oid _tableInfo::owning_tab |
Definition at line 314 of file pg_dump.h.
Referenced by dumpSequence(), getOwnedSeqs(), and getTables().
struct _tableInfo** _tableInfo::parents |
Definition at line 327 of file pg_dump.h.
Referenced by dumpTableSchema(), flagInhAttrs(), flagInhTables(), forcePartitionRootLoad(), and getRootTableInfo().
bool _tableInfo::postponed_def |
Definition at line 322 of file pg_dump.h.
Referenced by dumpTableSchema(), getTables(), and repairMatViewBoundaryMultiLoop().
bool _tableInfo::relispopulated |
Definition at line 291 of file pg_dump.h.
Referenced by buildMatViewRefreshDependencies(), dumpTableSchema(), getTables(), and refreshMatViewData().
char _tableInfo::relkind |
Definition at line 289 of file pg_dump.h.
Referenced by buildMatViewRefreshDependencies(), dumpAttrDef(), dumpConstraint(), dumpTable(), dumpTableData_copy(), dumpTableData_insert(), dumpTableSchema(), dumpTrigger(), flagInhAttrs(), getConstraints(), getPolicies(), getRules(), getTableAttrs(), getTableData(), getTables(), makeTableDataInfo(), and repairMatViewBoundaryMultiLoop().
Oid _tableInfo::reloftype |
Definition at line 311 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTables().
char* _tableInfo::reloptions |
Definition at line 294 of file pg_dump.h.
Referenced by dumpRule(), dumpTableSchema(), and getTables().
int _tableInfo::relpages |
Definition at line 317 of file pg_dump.h.
Referenced by dumpTableData(), and getTables().
char _tableInfo::relpersistence |
Definition at line 290 of file pg_dump.h.
Referenced by dumpSequence(), dumpTableSchema(), getTables(), and makeTableDataInfo().
char _tableInfo::relreplident |
Definition at line 292 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTables().
char* _tableInfo::reltablespace |
Definition at line 293 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTables().
Oid _tableInfo::reltype |
Definition at line 310 of file pg_dump.h.
Referenced by binary_upgrade_set_type_oids_by_rel(), and getTables().
const char* _tableInfo::rolname |
Definition at line 288 of file pg_dump.h.
Referenced by dumpAttrDef(), dumpConstraint(), dumpIndex(), dumpIndexAttach(), dumpPolicy(), dumpRule(), dumpSequence(), dumpSequenceData(), dumpTable(), dumpTableAttach(), dumpTableComment(), dumpTableConstraintComment(), dumpTableData(), dumpTableSchema(), dumpTableSecLabel(), dumpTrigger(), getTables(), and refreshMatViewData().
bool _tableInfo::rowsec |
Definition at line 301 of file pg_dump.h.
Referenced by getPolicies(), and getTables().
uint32 _tableInfo::toast_frozenxid |
Definition at line 307 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTables().
uint32 _tableInfo::toast_minmxid |
Definition at line 308 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTables().
Oid _tableInfo::toast_oid |
Definition at line 306 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTables().
char* _tableInfo::toast_reloptions |
Definition at line 296 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTables().
int _tableInfo::toastpages |
Definition at line 318 of file pg_dump.h.
Referenced by dumpTableData(), and getTables().
struct _triggerInfo* _tableInfo::triggers |
Definition at line 368 of file pg_dump.h.
Referenced by getTriggers().
char* _tableInfo::typstorage |
Definition at line 338 of file pg_dump.h.
Referenced by dumpTableSchema(), and getTableAttrs().
bool _tableInfo::unsafe_partitions |
Definition at line 324 of file pg_dump.h.
Referenced by forcePartitionRootLoad(), and getPartitioningInfo().