Re: Accurate list of Keywords / Datatypes?

From: Robins Tharakan <tharakan(at)gmail(dot)com>
To: Euler Taveira <euler(at)timbira(dot)com(dot)br>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Accurate list of Keywords / Datatypes?
Date: 2016-05-11 03:36:07
Message-ID: CAEP4nAzhyYiK3AT7XW4n6kz7=sLDbb9AUVe83fK88dXG331aWQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 8 May 2016 at 07:38, Euler Taveira <euler(at)timbira(dot)com(dot)br> wrote:

> src/include/parser/kwlist.h

​Thanks Everyone.

Kwlist.h got me going as to where to look, but I had to improvise (quite) a
bit. Any and all advice about any other authoritative lists (like kwlist.h)
would be a big help, since currently much is kludgy.

Created a GitHub Repo in case someone's interested (
https://github.com/robins/npp-lang-plpgsql).

​For PLPGSQL, (src/pl/plpgsql/src/pl_scanner.c)​

For DataTypes, (src/interfaces/ecpg/preproc/c_keywords.c
; src/backend/bootstrap/bootstrap.c) as well as parse all HTML pages under
http://www.postgresql.org/docs/devel/static/datatype.html.

For Config Parameters (recovery.sample.conf ; postgresql.sample.conf) as
well as parse all HTML pages under
http://www.postgresql.org/docs/devel/static/runtime-config.html ;
http://www.postgresql.org/docs/devel/static/libpq-connect.html

For Extensions (Parse HTML:
http://www.postgresql.org/docs/devel/static/contrib.html)

-
robins

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2016-05-11 04:11:40 Re: Does Type Have = Operator?
Previous Message Tom Lane 2016-05-11 03:22:17 Re: alter table alter column ... (larger type) ... when there are dependent views