|
PostgreSQL Source Code git master
|
#include <pg_dump.h>
| char* _tableInfo::amname |
Definition at line 383 of file pg_dump.h.
Referenced by getTables().
| char* _tableInfo::attgenerated |
Definition at line 362 of file pg_dump.h.
Referenced by flagInhAttrs().
| char* _tableInfo::attidentity |
Definition at line 361 of file pg_dump.h.
Referenced by dumpSequence().
| char** _tableInfo::attnames |
Definition at line 355 of file pg_dump.h.
Referenced by dumpSequence(), and flagInhAttrs().
| struct _attrDefInfo** _tableInfo::attrdefs |
Definition at line 379 of file pg_dump.h.
Referenced by flagInhAttrs().
| struct _constraintInfo* _tableInfo::checkexprs |
| char* _tableInfo::checkoption |
Definition at line 316 of file pg_dump.h.
Referenced by getTables().
| DumpableAcl _tableInfo::dacl |
Definition at line 308 of file pg_dump.h.
Referenced by getTables().
| struct _tableDataInfo* _tableInfo::dataObj |
Definition at line 390 of file pg_dump.h.
Referenced by processExtensionTables().
| DumpableObject _tableInfo::dobj |
Definition at line 307 of file pg_dump.h.
Referenced by dumpSequence(), dumpTableData_copy(), flagInhIndexes(), flagInhTables(), getAdditionalACLs(), getOwnedSeqs(), getSubscriptionRelations(), and getTables().
| bool _tableInfo::dummy_view |
Definition at line 342 of file pg_dump.h.
Referenced by getTables().
| bool _tableInfo::forcerowsec |
Definition at line 323 of file pg_dump.h.
Referenced by getTables().
| Oid _tableInfo::foreign_server |
Definition at line 333 of file pg_dump.h.
Referenced by getTables().
| uint32 _tableInfo::frozenxid |
Definition at line 325 of file pg_dump.h.
Referenced by getTables().
| bool _tableInfo::hascolumnACLs |
Definition at line 321 of file pg_dump.h.
Referenced by getAdditionalACLs(), and getTables().
| bool _tableInfo::hasindex |
Definition at line 318 of file pg_dump.h.
Referenced by getTables().
| bool _tableInfo::hasoids |
Definition at line 324 of file pg_dump.h.
Referenced by getTables().
| bool _tableInfo::hasrules |
Definition at line 319 of file pg_dump.h.
Referenced by getTables().
| bool _tableInfo::hastriggers |
Definition at line 320 of file pg_dump.h.
Referenced by getTables().
Definition at line 389 of file pg_dump.h.
Referenced by flagInhIndexes().
| bool _tableInfo::interesting |
Definition at line 341 of file pg_dump.h.
Referenced by getOwnedSeqs(), and getTables().
| bool _tableInfo::is_identity_sequence |
Definition at line 337 of file pg_dump.h.
Referenced by getTables().
| bool _tableInfo::ispartition |
Definition at line 344 of file pg_dump.h.
Referenced by flagInhTables(), and getTables().
| uint32 _tableInfo::minmxid |
Definition at line 326 of file pg_dump.h.
Referenced by getTables().
| int _tableInfo::ncheck |
Definition at line 330 of file pg_dump.h.
Referenced by getTables().
| char** _tableInfo::notnull_constrs |
Definition at line 371 of file pg_dump.h.
Referenced by flagInhAttrs().
| bool* _tableInfo::notnull_invalid |
Definition at line 376 of file pg_dump.h.
Referenced by flagInhAttrs().
| int _tableInfo::numatts |
Definition at line 354 of file pg_dump.h.
Referenced by flagInhAttrs().
| int _tableInfo::numIndexes |
Definition at line 388 of file pg_dump.h.
Referenced by flagInhIndexes().
| int _tableInfo::numParents |
Definition at line 347 of file pg_dump.h.
Referenced by flagInhAttrs(), and flagInhTables().
| int _tableInfo::owning_col |
Definition at line 336 of file pg_dump.h.
Referenced by getTables().
| Oid _tableInfo::owning_tab |
Definition at line 335 of file pg_dump.h.
Referenced by getTables().
| struct _tableInfo** _tableInfo::parents |
Definition at line 348 of file pg_dump.h.
Referenced by dumpTableSchema(), flagInhAttrs(), and flagInhTables().
| bool _tableInfo::postponed_def |
Definition at line 343 of file pg_dump.h.
Referenced by getTables(), and repairMatViewBoundaryMultiLoop().
| bool _tableInfo::relispopulated |
Definition at line 312 of file pg_dump.h.
Referenced by getTables().
| char _tableInfo::relkind |
Definition at line 310 of file pg_dump.h.
Referenced by getTableData(), and getTables().
| Oid _tableInfo::reloftype |
Definition at line 332 of file pg_dump.h.
Referenced by getTables().
| char* _tableInfo::reloptions |
Definition at line 315 of file pg_dump.h.
Referenced by getTables().
| int32 _tableInfo::relpages |
Definition at line 338 of file pg_dump.h.
Referenced by getTables().
| char _tableInfo::relpersistence |
Definition at line 311 of file pg_dump.h.
Referenced by dumpSequence(), and getTables().
| char _tableInfo::relreplident |
Definition at line 313 of file pg_dump.h.
Referenced by getTables().
| char* _tableInfo::reltablespace |
Definition at line 314 of file pg_dump.h.
Referenced by getTables().
| Oid _tableInfo::reltype |
Definition at line 331 of file pg_dump.h.
Referenced by getTables().
Definition at line 309 of file pg_dump.h.
Referenced by getTables().
| bool _tableInfo::rowsec |
Definition at line 322 of file pg_dump.h.
Referenced by getTables().
| struct _relStatsInfo* _tableInfo::stats |
Definition at line 381 of file pg_dump.h.
Referenced by getTables().
| uint32 _tableInfo::toast_frozenxid |
Definition at line 328 of file pg_dump.h.
Referenced by getTables().
| uint32 _tableInfo::toast_minmxid |
Definition at line 329 of file pg_dump.h.
Referenced by getTables().
| Oid _tableInfo::toast_oid |
Definition at line 327 of file pg_dump.h.
Referenced by getTables().
| char* _tableInfo::toast_reloptions |
Definition at line 317 of file pg_dump.h.
Referenced by getTables().
| int _tableInfo::toastpages |
Definition at line 339 of file pg_dump.h.
Referenced by getTables().
| struct _triggerInfo* _tableInfo::triggers |