PostgreSQL Source Code
git master
|
#include <namespace.h>
Data Fields | |
List * | schemas |
bool | addCatalog |
bool | addTemp |
uint64 | generation |
Definition at line 59 of file namespace.h.
bool SearchPathMatcher::addCatalog |
Definition at line 62 of file namespace.h.
Referenced by CopySearchPathMatcher(), GetSearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().
bool SearchPathMatcher::addTemp |
Definition at line 63 of file namespace.h.
Referenced by CopySearchPathMatcher(), GetSearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().
uint64 SearchPathMatcher::generation |
Definition at line 64 of file namespace.h.
Referenced by CopySearchPathMatcher(), GetSearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().
List* SearchPathMatcher::schemas |
Definition at line 61 of file namespace.h.
Referenced by CopySearchPathMatcher(), GetSearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().