Header And Logo

PostgreSQL
| The world's most advanced open source database.

Defines | Variables

keywords.c File Reference

#include "postgres_fe.h"
#include "parser/keywords.h"
#include "type.h"
#include "preproc.h"
#include "parser/kwlist.h"
Include dependency graph for keywords.c:

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)

Define Documentation

#define PG_KEYWORD (   a,
  b,
  c 
)    {a,b,c},

Definition at line 22 of file keywords.c.


Variable Documentation

const int NumSQLScanKeywords = lengthof(SQLScanKeywords)

Definition at line 29 of file keywords.c.

Referenced by ScanECPGKeywordLookup().

Initial value:
 {

}

Definition at line 25 of file keywords.c.