Re: Accurate list of Keywords / Datatypes? - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: Accurate list of Keywords / Datatypes?
Date
Msg-id CAKFQuwbpC7cZX5O7xDivCSggsaVqENvEdCyYN9WD25SizVHKTA@mail.gmail.com
Whole thread Raw
In response to Re: Accurate list of Keywords / Datatypes?  (Euler Taveira <euler@timbira.com.br>)
Responses Re: Accurate list of Keywords / Datatypes?  (Michael Paquier <michael.paquier@gmail.com>)
Re: Accurate list of Keywords / Datatypes?  (Euler Taveira <euler@timbira.com.br>)
List pgsql-hackers
On Saturday, May 7, 2016, Euler Taveira <euler@timbira.com.br> wrote:
On 07-05-2016 22:53, Robins Tharakan wrote:
> Should I be looking somewhere else? Parse keywords from Git Source file
> (if so where)? Parse PG Documentation?
>
src/include/parser/kwlist.h

 

SELECT * FROM pg_get_keywords();

I don't know how the docs, this function, and the source code relate to each other.

David J.

pgsql-hackers by date:

Previous
From: Euler Taveira
Date:
Subject: Re: Does Type Have = Operator?
Next
From: "David G. Johnston"
Date:
Subject: Re: Does Type Have = Operator?