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 "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,0,c},

Variables

const ScanKeyword FEScanKeywords []
const int NumFEScanKeywords = lengthof(FEScanKeywords)

Define Documentation

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

Definition at line 24 of file keywords.c.


Variable Documentation

Initial value:
 {

}

Definition at line 26 of file keywords.c.

const int NumFEScanKeywords = lengthof(FEScanKeywords)

Definition at line 30 of file keywords.c.

Referenced by fmtId().