#include "postgres_fe.h"
#include "parser/keywords.h"
#include "type.h"
#include "preproc.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 | SQLScanKeywords [] |
const int | NumSQLScanKeywords = lengthof(SQLScanKeywords) |
Definition at line 22 of file keywords.c.
const int NumSQLScanKeywords = lengthof(SQLScanKeywords) |
Definition at line 29 of file keywords.c.
Referenced by ScanECPGKeywordLookup().
const ScanKeyword SQLScanKeywords[] |
{ }
Definition at line 25 of file keywords.c.