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