|
PostgreSQL Source Code git master
|
#include "common/kwlookup.h"

Go to the source code of this file.
Macros | |
| #define | UNRESERVED_KEYWORD 0 |
| #define | COL_NAME_KEYWORD 1 |
| #define | TYPE_FUNC_NAME_KEYWORD 2 |
| #define | RESERVED_KEYWORD 3 |
Variables | |
| PGDLLIMPORT const ScanKeywordList | ScanKeywords |
| PGDLLIMPORT const uint8 | ScanKeywordCategories [] |
| PGDLLIMPORT const bool | ScanKeywordBareLabel [] |
| #define COL_NAME_KEYWORD 1 |
Definition at line 21 of file keywords.h.
| #define RESERVED_KEYWORD 3 |
Definition at line 23 of file keywords.h.
| #define TYPE_FUNC_NAME_KEYWORD 2 |
Definition at line 22 of file keywords.h.
| #define UNRESERVED_KEYWORD 0 |
Definition at line 20 of file keywords.h.
|
extern |
Definition at line 42 of file keywords.c.
Referenced by pg_get_keywords().
|
extern |
Definition at line 29 of file keywords.c.
Referenced by fmtIdEnc(), pg_get_keywords(), and quote_identifier().
|
extern |
Referenced by fill_in_constant_lengths(), fmtIdEnc(), pg_get_keywords(), quote_identifier(), raw_parser(), and ScanECPGKeywordLookup().