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

#include <parse_node.h>

Data Fields

Index p_varno
 
AttrNumber p_varattno
 
Oid p_vartype
 
int32 p_vartypmod
 
Oid p_varcollid
 
VarReturningType p_varreturningtype
 
Index p_varnosyn
 
AttrNumber p_varattnosyn
 
bool p_dontexpand
 

Detailed Description

Definition at line 344 of file parse_node.h.

Field Documentation

◆ p_dontexpand

bool ParseNamespaceColumn::p_dontexpand

Definition at line 354 of file parse_node.h.

Referenced by addRangeTableEntryForCTE(), and expandNSItemVars().

◆ p_varattno

◆ p_varattnosyn

◆ p_varcollid

◆ p_varno

◆ p_varnosyn

◆ p_varreturningtype

VarReturningType ParseNamespaceColumn::p_varreturningtype

Definition at line 351 of file parse_node.h.

Referenced by buildVarFromNSColumn(), and expandNSItemVars().

◆ p_vartype

◆ p_vartypmod


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