PostgreSQL Source Code  git master
InferClause Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ListindexElems
 
NodewhereClause
 
char * conname
 
ParseLoc location
 

Detailed Description

Definition at line 1611 of file parsenodes.h.

Field Documentation

◆ conname

char* InferClause::conname

Definition at line 1616 of file parsenodes.h.

Referenced by transformOnConflictArbiter().

◆ indexElems

List* InferClause::indexElems

Definition at line 1614 of file parsenodes.h.

Referenced by resolve_unique_index_expr(), and transformOnConflictArbiter().

◆ location

ParseLoc InferClause::location

Definition at line 1617 of file parsenodes.h.

◆ type

NodeTag InferClause::type

Definition at line 1613 of file parsenodes.h.

◆ whereClause

Node* InferClause::whereClause

Definition at line 1615 of file parsenodes.h.

Referenced by transformOnConflictArbiter().


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