|
PostgreSQL Source Code git master
|
#include <namespace.h>
Data Fields | |
| List * | schemas |
| bool | addCatalog |
| bool | addTemp |
| uint64 | generation |
Definition at line 77 of file namespace.h.
| bool SearchPathMatcher::addCatalog |
Definition at line 80 of file namespace.h.
Referenced by CopySearchPathMatcher(), GetSearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().
| bool SearchPathMatcher::addTemp |
Definition at line 81 of file namespace.h.
Referenced by CopySearchPathMatcher(), GetSearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().
| uint64 SearchPathMatcher::generation |
Definition at line 82 of file namespace.h.
Referenced by CopySearchPathMatcher(), GetSearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().
| List* SearchPathMatcher::schemas |
Definition at line 79 of file namespace.h.
Referenced by CopySearchPathMatcher(), GetSearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().