Re: Need PostgreSQL Key words list

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: marius(dot)andreiana(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Need PostgreSQL Key words list
Date: 2018-01-30 13:08:28
Message-ID: 20180130130828.GE23631@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Tue, Jan 30, 2018 at 08:18:27AM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/10/static/sql-keywords-appendix.html
> Description:
>
> Hi,
>
> Some people developing code formatting/highlighting plugins use this table
> as the list of PostgreSQL key words:
> https://www.postgresql.org/docs/current/static/sql-keywords-appendix.html
>
> However, that list isn't complete, eg. TIMESTAMPTZ, JSON, UUID... are
> missing, probably because these aren't in SQL standard.
>
> Would you please consider having a full list of PostgreSQL Key words, either
> in that table, or somewhere else?

The most current keyworsd list is in our source tree:

https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/include/parser/kwlist.h;h=26af944e03a1109210d36060fc9acebc1b6ffa20;hb=HEAD

However, that doesn't have TIMESTAMPTZ or JSON because those are data
types, not keywords.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2018-01-30 14:24:14 Re: Need PostgreSQL Key words list
Previous Message PG Doc comments form 2018-01-30 08:18:27 Need PostgreSQL Key words list