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

Data Fields

StringInfo buf
 
Listnamespaces
 
TupleDesc resultDesc
 
ListtargetList
 
ListwindowClause
 
int prettyFlags
 
int wrapColumn
 
int indentLevel
 
bool varprefix
 
bool colNamesVisible
 
bool inGroupBy
 
bool varInOrderBy
 
Bitmapsetappendparents
 

Detailed Description

Definition at line 112 of file ruleutils.c.

Field Documentation

◆ appendparents

◆ buf

◆ colNamesVisible

bool deparse_context::colNamesVisible

◆ indentLevel

◆ inGroupBy

◆ namespaces

◆ prettyFlags

◆ resultDesc

◆ targetList

◆ varInOrderBy

bool deparse_context::varInOrderBy

◆ varprefix

◆ windowClause

◆ wrapColumn


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