Re: Parser - keyword cathegory

From: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
To: Radek Strnad <radek(dot)strnad(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Parser - keyword cathegory
Date: 2008-12-10 05:57:05
Message-ID: 493F5A31.9050006@timbira.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-12-10 07:08:27 Re: Parser - keyword cathegory
Previous Message Fujii Masao 2008-12-10 05:51:30 Re: Sync Rep: First Thoughts on Code