|
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] |
Definition at line 40 of file keywords.c.
Definition at line 39 of file keywords.c.
Definition at line 27 of file keywords.c.
Definition at line 27 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 fmtIdEnc(), pg_get_keywords(), and quote_identifier().