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 394 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _indxInfo::dobj

◆ indexconstraint

DumpId _indxInfo::indexconstraint

Definition at line 414 of file pg_dump.h.

Referenced by dumpIndex(), and getIndexes().

◆ indexdef

char* _indxInfo::indexdef

Definition at line 398 of file pg_dump.h.

Referenced by dumpIndex(), and getIndexes().

◆ indextable

TableInfo* _indxInfo::indextable

Definition at line 397 of file pg_dump.h.

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

◆ indisclustered

bool _indxInfo::indisclustered

Definition at line 407 of file pg_dump.h.

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

◆ indisreplident

bool _indxInfo::indisreplident

Definition at line 408 of file pg_dump.h.

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

◆ indkeys

Oid* _indxInfo::indkeys

Definition at line 405 of file pg_dump.h.

Referenced by dumpConstraint(), and getIndexes().

◆ indnattrs

int _indxInfo::indnattrs

Definition at line 404 of file pg_dump.h.

Referenced by dumpConstraint(), and getIndexes().

◆ indnkeyattrs

int _indxInfo::indnkeyattrs

Definition at line 403 of file pg_dump.h.

Referenced by dumpConstraint(), and getIndexes().

◆ indnullsnotdistinct

bool _indxInfo::indnullsnotdistinct

Definition at line 409 of file pg_dump.h.

Referenced by dumpConstraint(), and getIndexes().

◆ indreloptions

char* _indxInfo::indreloptions

Definition at line 400 of file pg_dump.h.

Referenced by dumpConstraint(), and getIndexes().

◆ indstatcols

char* _indxInfo::indstatcols

Definition at line 401 of file pg_dump.h.

Referenced by dumpIndex(), and getIndexes().

◆ indstatvals

char* _indxInfo::indstatvals

Definition at line 402 of file pg_dump.h.

Referenced by dumpIndex(), and getIndexes().

◆ parentidx

Oid _indxInfo::parentidx

Definition at line 410 of file pg_dump.h.

Referenced by getIndexes().

◆ partattaches

SimplePtrList _indxInfo::partattaches

Definition at line 411 of file pg_dump.h.

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

◆ tablespace

char* _indxInfo::tablespace

Definition at line 399 of file pg_dump.h.

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


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