| /*------------------------------------------------------------------------- | |
| * | |
| * parse_enr.h | |
| * Internal definitions for parser | |
| * | |
| * | |
| * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group | |
| * Portions Copyright (c) 1994, Regents of the University of California | |
| * | |
| * src/include/parser/parse_enr.h | |
| * | |
| *------------------------------------------------------------------------- | |
| */ | |
| extern bool name_matches_visible_ENR(ParseState *pstate, const char *refname); | |
| extern EphemeralNamedRelationMetadata get_visible_ENR(ParseState *pstate, const char *refname); | |