PostgreSQL Source Code: InferClause Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
List * indexElems
Node * whereClause
char * conname
ParseLoc location

Detailed Description

Definition at line 1620 of file parsenodes.h.

Field Documentation

conname

char* InferClause::conname

Definition at line 1625 of file parsenodes.h.

Referenced by transformOnConflictArbiter().

indexElems

List* InferClause::indexElems

Definition at line 1623 of file parsenodes.h.

Referenced by resolve_unique_index_expr(), and transformOnConflictArbiter().

location

ParseLoc InferClause::location

Definition at line 1626 of file parsenodes.h.

type

NodeTag InferClause::type

Definition at line 1622 of file parsenodes.h.

whereClause

Node* InferClause::whereClause

Definition at line 1624 of file parsenodes.h.

Referenced by transformOnConflictArbiter().


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