Re: Parser - keyword cathegory - Mailing list pgsql-hackers

From Euler Taveira de Oliveira
Subject Re: Parser - keyword cathegory
Date
Msg-id 493F5A31.9050006@timbira.com
Whole thread Raw
In response to Parser - keyword cathegory  ("Radek Strnad" <radek.strnad@gmail.com>)
List pgsql-hackers
Radek Strnad escreveu:

> I'm writing my bachelor thesis and I can't find anywhere what exactly
> means the third parameter in ScanKeyword in
> pgsql/src/backend/parser/keywords.c - specificly UNRESERVED_KEYWORD,
> RESERVED_KEYWORD, TYPE_FUNC_NAME_KEYWORD, COL_NAME_KEYWORD. Could
> someone explain it to me? Thank you
> 
It's only a category information. Take a look at (almost at the end of) gram.y
to understand what each category is.


--  Euler Taveira de Oliveira http://www.timbira.com/


pgsql-hackers by date:

Previous
From: "Fujii Masao"
Date:
Subject: Re: Sync Rep: First Thoughts on Code
Next
From: Heikki Linnakangas
Date:
Subject: Re: Parser - keyword cathegory