Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1egVeN-00048g-KZ for pgsql-docs@arkaria.postgresql.org; Tue, 30 Jan 2018 13:08:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1egVeM-0001D5-FS for pgsql-docs@arkaria.postgresql.org; Tue, 30 Jan 2018 13:08:34 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1egVeM-0001Cw-9v for pgsql-docs@lists.postgresql.org; Tue, 30 Jan 2018 13:08:34 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1egVeI-0000hI-PO for pgsql-docs@lists.postgresql.org; Tue, 30 Jan 2018 13:08:33 +0000 Received: from bruce by momjian.us with local (Exim 4.84_2) (envelope-from ) id 1egVeG-0006rd-Lm; Tue, 30 Jan 2018 08:08:28 -0500 Date: Tue, 30 Jan 2018 08:08:28 -0500 From: Bruce Momjian To: marius.andreiana@gmail.com, pgsql-docs@lists.postgresql.org Subject: Re: Need PostgreSQL Key words list Message-ID: <20180130130828.GE23631@momjian.us> References: <151730030764.1236.7971447044392094073@wrigleys.postgresql.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <151730030764.1236.7971447044392094073@wrigleys.postgresql.org> User-Agent: Mutt/1.5.23 (2014-03-12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk 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 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 +