PostgreSQL Source Code  git master
keywords.c File Reference
#include "postgres_fe.h"
#include "preproc_extern.h"
#include "preproc.h"
#include "parser/kwlist.h"
Include dependency graph for keywords.c:

Go to the source code of this file.

Macros

#define PG_KEYWORD(kwname, value, category, collabel)   value,
 

Variables

const uint16 SQLScanKeywordTokens []
 

Macro Definition Documentation

◆ PG_KEYWORD

#define PG_KEYWORD (   kwname,
  value,
  category,
  collabel 
)    value,

Definition at line 32 of file keywords.c.

Variable Documentation

◆ SQLScanKeywordTokens

const uint16 SQLScanKeywordTokens[]
Initial value:
= {
}

Definition at line 34 of file keywords.c.

Referenced by ScanECPGKeywordLookup().