Header And Logo

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

Defines | Variables

keywords.c File Reference

#include "postgres.h"
#include "parser/gramparse.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 ScanKeywords []
const int NumScanKeywords = lengthof(ScanKeywords)

Define Documentation

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

Definition at line 20 of file keywords.c.


Variable Documentation

const int NumScanKeywords = lengthof(ScanKeywords)

Definition at line 27 of file keywords.c.

Referenced by fill_in_constant_lengths(), pg_get_keywords(), quote_identifier(), and raw_parser().

Initial value:
 {

}

Definition at line 23 of file keywords.c.

Referenced by fill_in_constant_lengths(), pg_get_keywords(), quote_identifier(), and raw_parser().