Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

CommonTableExpr Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
char * ctename
Listaliascolnames
Nodectequery
int location
bool cterecursive
int cterefcount
Listctecolnames
Listctecoltypes
Listctecoltypmods
Listctecolcollations

Detailed Description

Definition at line 918 of file parsenodes.h.


Field Documentation

Definition at line 922 of file parsenodes.h.

Referenced by analyzeCTETargetList(), and get_with_clause().

Definition at line 933 of file parsenodes.h.

Referenced by addRangeTableEntryForCTE(), analyzeCTE(), and analyzeCTETargetList().

Definition at line 930 of file parsenodes.h.

Referenced by addRangeTableEntryForCTE(), and analyzeCTETargetList().

Definition at line 931 of file parsenodes.h.

Referenced by addRangeTableEntryForCTE(), analyzeCTE(), and analyzeCTETargetList().

Definition at line 932 of file parsenodes.h.

Referenced by addRangeTableEntryForCTE(), analyzeCTE(), and analyzeCTETargetList().

Definition at line 928 of file parsenodes.h.

Referenced by addRangeTableEntryForCTE(), SS_process_ctes(), and transformWithClause().

Definition at line 920 of file parsenodes.h.


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