|
PostgreSQL Source Code git master
|
#include "parser/parse_node.h"

Go to the source code of this file.
Functions | |
| bool | name_matches_visible_ENR (ParseState *pstate, const char *refname) |
| EphemeralNamedRelationMetadata | get_visible_ENR (ParseState *pstate, const char *refname) |
| EphemeralNamedRelationMetadata get_visible_ENR | ( | ParseState * | pstate, |
| const char * | refname | ||
| ) |
Definition at line 26 of file parse_enr.c.
References get_visible_ENR_metadata(), and ParseState::p_queryEnv.
Referenced by addRangeTableEntryForENR().
| bool name_matches_visible_ENR | ( | ParseState * | pstate, |
| const char * | refname | ||
| ) |
Definition at line 20 of file parse_enr.c.
References get_visible_ENR_metadata(), and ParseState::p_queryEnv.
Referenced by scanNameSpaceForENR().