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

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
TableInfoindextable
 
charindexdef
 
chartablespace
 
charindreloptions
 
charindstatcols
 
charindstatvals
 
int indnkeyattrs
 
int indnattrs
 
Oidindkeys
 
bool indisclustered
 
bool indisreplident
 
bool indnullsnotdistinct
 
Oid parentidx
 
SimplePtrList partattaches
 
DumpId indexconstraint
 

Detailed Description

Definition at line 418 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _indxInfo::dobj

Definition at line 420 of file pg_dump.h.

Referenced by flagInhIndexes().

◆ indexconstraint

DumpId _indxInfo::indexconstraint

Definition at line 438 of file pg_dump.h.

◆ indexdef

char* _indxInfo::indexdef

Definition at line 422 of file pg_dump.h.

◆ indextable

TableInfo* _indxInfo::indextable

Definition at line 421 of file pg_dump.h.

Referenced by flagInhIndexes().

◆ indisclustered

bool _indxInfo::indisclustered

Definition at line 431 of file pg_dump.h.

◆ indisreplident

bool _indxInfo::indisreplident

Definition at line 432 of file pg_dump.h.

◆ indkeys

Oid* _indxInfo::indkeys

Definition at line 429 of file pg_dump.h.

◆ indnattrs

int _indxInfo::indnattrs

Definition at line 428 of file pg_dump.h.

◆ indnkeyattrs

int _indxInfo::indnkeyattrs

Definition at line 427 of file pg_dump.h.

◆ indnullsnotdistinct

bool _indxInfo::indnullsnotdistinct

Definition at line 433 of file pg_dump.h.

◆ indreloptions

char* _indxInfo::indreloptions

Definition at line 424 of file pg_dump.h.

◆ indstatcols

char* _indxInfo::indstatcols

Definition at line 425 of file pg_dump.h.

◆ indstatvals

char* _indxInfo::indstatvals

Definition at line 426 of file pg_dump.h.

◆ parentidx

Oid _indxInfo::parentidx

Definition at line 434 of file pg_dump.h.

◆ partattaches

SimplePtrList _indxInfo::partattaches

Definition at line 435 of file pg_dump.h.

Referenced by flagInhIndexes().

◆ tablespace

char* _indxInfo::tablespace

Definition at line 423 of file pg_dump.h.


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