#include "postgres.h"#include "parser/gramparse.h"#include "parser/kwlist.h"
Go to the source code of this file.
Defines | |
| #define | PG_KEYWORD(a, b, c) {a,b,c}, |
Variables | |
| const ScanKeyword | ScanKeywords [] |
| const int | NumScanKeywords = lengthof(ScanKeywords) |
Definition at line 20 of file keywords.c.
| const int NumScanKeywords = lengthof(ScanKeywords) |
Definition at line 27 of file keywords.c.
Referenced by fill_in_constant_lengths(), pg_get_keywords(), quote_identifier(), and raw_parser().
| const ScanKeyword ScanKeywords[] |
{
}
Definition at line 23 of file keywords.c.
Referenced by fill_in_constant_lengths(), pg_get_keywords(), quote_identifier(), and raw_parser().
1.7.1