PostgreSQL Source Code git master
_indxInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
TableInfoindextable
 
char * indexdef
 
char * tablespace
 
char * indreloptions
 
char * indstatcols
 
char * indstatvals
 
int indnkeyattrs
 
int indnattrs
 
Oidindkeys
 
bool indisclustered
 
bool indisreplident
 
bool indnullsnotdistinct
 
Oid parentidx
 
SimplePtrList partattaches
 
DumpId indexconstraint
 

Detailed Description

Definition at line 408 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _indxInfo::dobj

◆ indexconstraint

DumpId _indxInfo::indexconstraint

Definition at line 428 of file pg_dump.h.

Referenced by dumpIndex(), and getIndexes().

◆ indexdef

char* _indxInfo::indexdef

Definition at line 412 of file pg_dump.h.

Referenced by dumpIndex(), and getIndexes().

◆ indextable

TableInfo* _indxInfo::indextable

Definition at line 411 of file pg_dump.h.

Referenced by dumpIndex(), dumpIndexAttach(), flagInhIndexes(), and getIndexes().

◆ indisclustered

bool _indxInfo::indisclustered

Definition at line 421 of file pg_dump.h.

Referenced by dumpConstraint(), dumpIndex(), and getIndexes().

◆ indisreplident

bool _indxInfo::indisreplident

Definition at line 422 of file pg_dump.h.

Referenced by dumpConstraint(), dumpIndex(), and getIndexes().

◆ indkeys

Oid* _indxInfo::indkeys

Definition at line 419 of file pg_dump.h.

Referenced by dumpConstraint(), and getIndexes().

◆ indnattrs

int _indxInfo::indnattrs

Definition at line 418 of file pg_dump.h.

Referenced by dumpConstraint(), and getIndexes().

◆ indnkeyattrs

int _indxInfo::indnkeyattrs

Definition at line 417 of file pg_dump.h.

Referenced by dumpConstraint(), and getIndexes().

◆ indnullsnotdistinct

bool _indxInfo::indnullsnotdistinct

Definition at line 423 of file pg_dump.h.

Referenced by dumpConstraint(), and getIndexes().

◆ indreloptions

char* _indxInfo::indreloptions

Definition at line 414 of file pg_dump.h.

Referenced by dumpConstraint(), and getIndexes().

◆ indstatcols

char* _indxInfo::indstatcols

Definition at line 415 of file pg_dump.h.

Referenced by dumpIndex(), and getIndexes().

◆ indstatvals

char* _indxInfo::indstatvals

Definition at line 416 of file pg_dump.h.

Referenced by dumpIndex(), and getIndexes().

◆ parentidx

Oid _indxInfo::parentidx

Definition at line 424 of file pg_dump.h.

Referenced by getIndexes().

◆ partattaches

SimplePtrList _indxInfo::partattaches

Definition at line 425 of file pg_dump.h.

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

◆ tablespace

char* _indxInfo::tablespace

Definition at line 413 of file pg_dump.h.

Referenced by dumpConstraint(), dumpIndex(), and getIndexes().


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