PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ReplaceVarsFromTargetList_context Struct Reference

Data Fields

RangeTblEntrytarget_rte
 
Listtargetlist
 
int result_relation
 
ReplaceVarsNoMatchOption nomatch_option
 
int nomatch_varno
 

Detailed Description

Definition at line 1808 of file rewriteManip.c.

Field Documentation

◆ nomatch_option

ReplaceVarsNoMatchOption ReplaceVarsFromTargetList_context::nomatch_option

◆ nomatch_varno

int ReplaceVarsFromTargetList_context::nomatch_varno

◆ result_relation

int ReplaceVarsFromTargetList_context::result_relation

◆ target_rte

RangeTblEntry* ReplaceVarsFromTargetList_context::target_rte

◆ targetlist

List* ReplaceVarsFromTargetList_context::targetlist

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