#include "postgres_fe.h"
#include "parser/keywords.h"
#include "parser/kwlist.h"
Go to the source code of this file.
Defines | |
#define | PG_KEYWORD(a, b, c) {a,0,c}, |
Variables | |
const ScanKeyword | FEScanKeywords [] |
const int | NumFEScanKeywords = lengthof(FEScanKeywords) |
Definition at line 24 of file keywords.c.
const ScanKeyword FEScanKeywords[] |
{ }
Definition at line 26 of file keywords.c.
const int NumFEScanKeywords = lengthof(FEScanKeywords) |
Definition at line 30 of file keywords.c.
Referenced by fmtId().