PostgreSQL Source Code git master
Loading...
Searching...
No Matches
_tableInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
DumpableAcl dacl
 
const charrolname
 
char relkind
 
char relpersistence
 
bool relispopulated
 
char relreplident
 
charreltablespace
 
charreloptions
 
charcheckoption
 
chartoast_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
 
int32 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
 
intattstattarget
 
charattstorage
 
chartypstorage
 
boolattisdropped
 
charattidentity
 
charattgenerated
 
intattlen
 
charattalign
 
boolattislocal
 
char ** attoptions
 
Oidattcollation
 
charattcompression
 
char ** attfdwoptions
 
char ** attmissingval
 
char ** notnull_constrs
 
char ** notnull_comment
 
boolnotnull_invalid
 
boolnotnull_noinh
 
boolnotnull_islocal
 
struct _attrDefInfo ** attrdefs
 
struct _constraintInfocheckexprs
 
struct _relStatsInfostats
 
bool needs_override
 
charamname
 
int numIndexes
 
struct _indxInfoindexes
 
struct _tableDataInfodataObj
 
int numTriggers
 
struct _triggerInfotriggers
 

Detailed Description

Definition at line 302 of file pg_dump.h.

Field Documentation

◆ amname

char* _tableInfo::amname

Definition at line 383 of file pg_dump.h.

Referenced by getTables().

◆ attalign

char* _tableInfo::attalign

Definition at line 364 of file pg_dump.h.

◆ attcollation

Oid* _tableInfo::attcollation

Definition at line 367 of file pg_dump.h.

◆ attcompression

char* _tableInfo::attcompression

Definition at line 368 of file pg_dump.h.

◆ attfdwoptions

char** _tableInfo::attfdwoptions

Definition at line 369 of file pg_dump.h.

◆ attgenerated

char* _tableInfo::attgenerated

Definition at line 362 of file pg_dump.h.

Referenced by flagInhAttrs().

◆ attidentity

char* _tableInfo::attidentity

Definition at line 361 of file pg_dump.h.

Referenced by dumpSequence().

◆ attisdropped

bool* _tableInfo::attisdropped

Definition at line 360 of file pg_dump.h.

◆ attislocal

bool* _tableInfo::attislocal

Definition at line 365 of file pg_dump.h.

◆ attlen

int* _tableInfo::attlen

Definition at line 363 of file pg_dump.h.

◆ attmissingval

char** _tableInfo::attmissingval

Definition at line 370 of file pg_dump.h.

◆ attnames

char** _tableInfo::attnames

Definition at line 355 of file pg_dump.h.

Referenced by dumpSequence(), and flagInhAttrs().

◆ attoptions

char** _tableInfo::attoptions

Definition at line 366 of file pg_dump.h.

◆ attrdefs

struct _attrDefInfo** _tableInfo::attrdefs

Definition at line 379 of file pg_dump.h.

Referenced by flagInhAttrs().

◆ attstattarget

int* _tableInfo::attstattarget

Definition at line 357 of file pg_dump.h.

◆ attstorage

char* _tableInfo::attstorage

Definition at line 358 of file pg_dump.h.

◆ atttypnames

char** _tableInfo::atttypnames

Definition at line 356 of file pg_dump.h.

◆ checkexprs

struct _constraintInfo* _tableInfo::checkexprs

Definition at line 380 of file pg_dump.h.

◆ checkoption

char* _tableInfo::checkoption

Definition at line 316 of file pg_dump.h.

Referenced by getTables().

◆ dacl

DumpableAcl _tableInfo::dacl

Definition at line 308 of file pg_dump.h.

Referenced by getTables().

◆ dataObj

struct _tableDataInfo* _tableInfo::dataObj

Definition at line 390 of file pg_dump.h.

Referenced by processExtensionTables().

◆ dobj

◆ dummy_view

bool _tableInfo::dummy_view

Definition at line 342 of file pg_dump.h.

Referenced by getTables().

◆ forcerowsec

bool _tableInfo::forcerowsec

Definition at line 323 of file pg_dump.h.

Referenced by getTables().

◆ foreign_server

Oid _tableInfo::foreign_server

Definition at line 333 of file pg_dump.h.

Referenced by getTables().

◆ frozenxid

uint32 _tableInfo::frozenxid

Definition at line 325 of file pg_dump.h.

Referenced by getTables().

◆ hascolumnACLs

bool _tableInfo::hascolumnACLs

Definition at line 321 of file pg_dump.h.

Referenced by getAdditionalACLs(), and getTables().

◆ hasindex

bool _tableInfo::hasindex

Definition at line 318 of file pg_dump.h.

Referenced by getTables().

◆ hasoids

bool _tableInfo::hasoids

Definition at line 324 of file pg_dump.h.

Referenced by getTables().

◆ hasrules

bool _tableInfo::hasrules

Definition at line 319 of file pg_dump.h.

Referenced by getTables().

◆ hastriggers

bool _tableInfo::hastriggers

Definition at line 320 of file pg_dump.h.

Referenced by getTables().

◆ indexes

struct _indxInfo* _tableInfo::indexes

Definition at line 389 of file pg_dump.h.

Referenced by flagInhIndexes().

◆ interesting

bool _tableInfo::interesting

Definition at line 341 of file pg_dump.h.

Referenced by getOwnedSeqs(), and getTables().

◆ is_identity_sequence

bool _tableInfo::is_identity_sequence

Definition at line 337 of file pg_dump.h.

Referenced by getTables().

◆ ispartition

bool _tableInfo::ispartition

Definition at line 344 of file pg_dump.h.

Referenced by flagInhTables(), and getTables().

◆ minmxid

uint32 _tableInfo::minmxid

Definition at line 326 of file pg_dump.h.

Referenced by getTables().

◆ ncheck

int _tableInfo::ncheck

Definition at line 330 of file pg_dump.h.

Referenced by getTables().

◆ needs_override

bool _tableInfo::needs_override

Definition at line 382 of file pg_dump.h.

◆ notnull_comment

char** _tableInfo::notnull_comment

Definition at line 375 of file pg_dump.h.

◆ notnull_constrs

char** _tableInfo::notnull_constrs

Definition at line 371 of file pg_dump.h.

Referenced by flagInhAttrs().

◆ notnull_invalid

bool* _tableInfo::notnull_invalid

Definition at line 376 of file pg_dump.h.

Referenced by flagInhAttrs().

◆ notnull_islocal

bool* _tableInfo::notnull_islocal

Definition at line 378 of file pg_dump.h.

◆ notnull_noinh

bool* _tableInfo::notnull_noinh

Definition at line 377 of file pg_dump.h.

◆ numatts

int _tableInfo::numatts

Definition at line 354 of file pg_dump.h.

Referenced by flagInhAttrs().

◆ numIndexes

int _tableInfo::numIndexes

Definition at line 388 of file pg_dump.h.

Referenced by flagInhIndexes().

◆ numParents

int _tableInfo::numParents

Definition at line 347 of file pg_dump.h.

Referenced by flagInhAttrs(), and flagInhTables().

◆ numTriggers

int _tableInfo::numTriggers

Definition at line 391 of file pg_dump.h.

◆ owning_col

int _tableInfo::owning_col

Definition at line 336 of file pg_dump.h.

Referenced by getTables().

◆ owning_tab

Oid _tableInfo::owning_tab

Definition at line 335 of file pg_dump.h.

Referenced by getTables().

◆ parents

struct _tableInfo** _tableInfo::parents

Definition at line 348 of file pg_dump.h.

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

◆ postponed_def

bool _tableInfo::postponed_def

Definition at line 343 of file pg_dump.h.

Referenced by getTables(), and repairMatViewBoundaryMultiLoop().

◆ relispopulated

bool _tableInfo::relispopulated

Definition at line 312 of file pg_dump.h.

Referenced by getTables().

◆ relkind

char _tableInfo::relkind

Definition at line 310 of file pg_dump.h.

Referenced by getTableData(), and getTables().

◆ reloftype

Oid _tableInfo::reloftype

Definition at line 332 of file pg_dump.h.

Referenced by getTables().

◆ reloptions

char* _tableInfo::reloptions

Definition at line 315 of file pg_dump.h.

Referenced by getTables().

◆ relpages

int32 _tableInfo::relpages

Definition at line 338 of file pg_dump.h.

Referenced by getTables().

◆ relpersistence

char _tableInfo::relpersistence

Definition at line 311 of file pg_dump.h.

Referenced by dumpSequence(), and getTables().

◆ relreplident

char _tableInfo::relreplident

Definition at line 313 of file pg_dump.h.

Referenced by getTables().

◆ reltablespace

char* _tableInfo::reltablespace

Definition at line 314 of file pg_dump.h.

Referenced by getTables().

◆ reltype

Oid _tableInfo::reltype

Definition at line 331 of file pg_dump.h.

Referenced by getTables().

◆ rolname

const char* _tableInfo::rolname

Definition at line 309 of file pg_dump.h.

Referenced by getTables().

◆ rowsec

bool _tableInfo::rowsec

Definition at line 322 of file pg_dump.h.

Referenced by getTables().

◆ stats

struct _relStatsInfo* _tableInfo::stats

Definition at line 381 of file pg_dump.h.

Referenced by getTables().

◆ toast_frozenxid

uint32 _tableInfo::toast_frozenxid

Definition at line 328 of file pg_dump.h.

Referenced by getTables().

◆ toast_minmxid

uint32 _tableInfo::toast_minmxid

Definition at line 329 of file pg_dump.h.

Referenced by getTables().

◆ toast_oid

Oid _tableInfo::toast_oid

Definition at line 327 of file pg_dump.h.

Referenced by getTables().

◆ toast_reloptions

char* _tableInfo::toast_reloptions

Definition at line 317 of file pg_dump.h.

Referenced by getTables().

◆ toastpages

int _tableInfo::toastpages

Definition at line 339 of file pg_dump.h.

Referenced by getTables().

◆ triggers

struct _triggerInfo* _tableInfo::triggers

Definition at line 392 of file pg_dump.h.

◆ typstorage

char* _tableInfo::typstorage

Definition at line 359 of file pg_dump.h.

◆ unsafe_partitions

bool _tableInfo::unsafe_partitions

Definition at line 345 of file pg_dump.h.


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