PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 328 of file parse_node.h.

Field Documentation

◆ p_dontexpand

bool ParseNamespaceColumn::p_dontexpand

Definition at line 338 of file parse_node.h.

◆ p_varattno

AttrNumber ParseNamespaceColumn::p_varattno

Definition at line 331 of file parse_node.h.

◆ p_varattnosyn

AttrNumber ParseNamespaceColumn::p_varattnosyn

Definition at line 337 of file parse_node.h.

◆ p_varcollid

Oid ParseNamespaceColumn::p_varcollid

Definition at line 334 of file parse_node.h.

◆ p_varno

Index ParseNamespaceColumn::p_varno

Definition at line 330 of file parse_node.h.

◆ p_varnosyn

Index ParseNamespaceColumn::p_varnosyn

Definition at line 336 of file parse_node.h.

Referenced by transformFromClauseItem().

◆ p_varreturningtype

VarReturningType ParseNamespaceColumn::p_varreturningtype

Definition at line 335 of file parse_node.h.

◆ p_vartype

Oid ParseNamespaceColumn::p_vartype

Definition at line 332 of file parse_node.h.

◆ p_vartypmod

int32 ParseNamespaceColumn::p_vartypmod

Definition at line 333 of file parse_node.h.


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