|
PostgreSQL Source Code git master
|
#include "postgres_fe.h"#include "preproc_extern.h"#include "preproc.h"#include "parser/kwlist.h"
Go to the source code of this file.
Macros | |
| #define | PG_KEYWORD(kwname, value, category, collabel) value, |
Variables | |
| const uint16 | SQLScanKeywordTokens [] |
Definition at line 32 of file keywords.c.
| const uint16 SQLScanKeywordTokens[] |
Definition at line 34 of file keywords.c.
Referenced by ScanECPGKeywordLookup().