PostgreSQL Source Code
git master
|
Go to the source code of this file.
Macros | |
#define | PG_KEYWORD(kwname, value, category, collabel) category, |
#define | PG_KEYWORD(kwname, value, category, collabel) collabel, |
#define | BARE_LABEL true |
#define | AS_LABEL false |
Variables | |
const uint8 | ScanKeywordCategories [SCANKEYWORDS_NUM_KEYWORDS] |
const bool | ScanKeywordBareLabel [SCANKEYWORDS_NUM_KEYWORDS] |
#define AS_LABEL false |
Definition at line 40 of file keywords.c.
#define BARE_LABEL true |
Definition at line 39 of file keywords.c.
#define PG_KEYWORD | ( | kwname, | |
value, | |||
category, | |||
collabel | |||
) | category, |
Definition at line 37 of file keywords.c.
#define PG_KEYWORD | ( | kwname, | |
value, | |||
category, | |||
collabel | |||
) | collabel, |
Definition at line 37 of file keywords.c.
const bool ScanKeywordBareLabel[SCANKEYWORDS_NUM_KEYWORDS] |
const uint8 ScanKeywordCategories[SCANKEYWORDS_NUM_KEYWORDS] |
Definition at line 29 of file keywords.c.
Referenced by fmtId(), pg_get_keywords(), and quote_identifier().