PostgreSQL Source Code: SearchPathMatcher Struct Reference (original) (raw)

#include <[namespace.h](namespace%5F8h%5Fsource.html)>

Data Fields
List * schemas
bool addCatalog
bool addTemp
uint64 generation

Detailed Description

Definition at line 59 of file namespace.h.

Field Documentation

addCatalog

bool SearchPathMatcher::addCatalog

Definition at line 62 of file namespace.h.

Referenced by CopySearchPathMatcher(), GetSearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().

addTemp

bool SearchPathMatcher::addTemp

Definition at line 63 of file namespace.h.

Referenced by CopySearchPathMatcher(), GetSearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().

generation

uint64 SearchPathMatcher::generation

Definition at line 64 of file namespace.h.

Referenced by CopySearchPathMatcher(), GetSearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().

schemas

List* SearchPathMatcher::schemas

Definition at line 61 of file namespace.h.

Referenced by CopySearchPathMatcher(), GetSearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().


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