PostgreSQL Source Code
git master
|
Data Fields | |
StringInfo | buf |
List * | namespaces |
TupleDesc | resultDesc |
List * | targetList |
List * | windowClause |
int | prettyFlags |
int | wrapColumn |
int | indentLevel |
bool | varprefix |
bool | colNamesVisible |
bool | inGroupBy |
bool | varInOrderBy |
Bitmapset * | appendparents |
Definition at line 112 of file ruleutils.c.
Bitmapset* deparse_context::appendparents |
Definition at line 126 of file ruleutils.c.
StringInfo deparse_context::buf |
Definition at line 114 of file ruleutils.c.
bool deparse_context::colNamesVisible |
Definition at line 123 of file ruleutils.c.
int deparse_context::indentLevel |
Definition at line 121 of file ruleutils.c.
bool deparse_context::inGroupBy |
Definition at line 124 of file ruleutils.c.
List* deparse_context::namespaces |
Definition at line 115 of file ruleutils.c.
int deparse_context::prettyFlags |
Definition at line 119 of file ruleutils.c.
TupleDesc deparse_context::resultDesc |
Definition at line 116 of file ruleutils.c.
List* deparse_context::targetList |
Definition at line 117 of file ruleutils.c.
bool deparse_context::varInOrderBy |
Definition at line 125 of file ruleutils.c.
bool deparse_context::varprefix |
Definition at line 122 of file ruleutils.c.
List* deparse_context::windowClause |
Definition at line 118 of file ruleutils.c.
int deparse_context::wrapColumn |
Definition at line 120 of file ruleutils.c.