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 1egWph-0002Gc-9j for pgsql-docs@arkaria.postgresql.org; Tue, 30 Jan 2018 14:24:21 +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 1egWpg-0003ho-BV for pgsql-docs@arkaria.postgresql.org; Tue, 30 Jan 2018 14:24:20 +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 1egWpg-0003he-5u for pgsql-docs@lists.postgresql.org; Tue, 30 Jan 2018 14:24:20 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1egWpd-0002Hd-5R for pgsql-docs@lists.postgresql.org; Tue, 30 Jan 2018 14:24:19 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id w0UEOEIY022133; Tue, 30 Jan 2018 09:24:14 -0500 From: Tom Lane To: marius.andreiana@gmail.com cc: pgsql-docs@lists.postgresql.org Subject: Re: Need PostgreSQL Key words list In-reply-to: <151730030764.1236.7971447044392094073@wrigleys.postgresql.org> References: <151730030764.1236.7971447044392094073@wrigleys.postgresql.org> Comments: In-reply-to =?utf-8?q?PG_Doc_comments_form?= message dated "Tue, 30 Jan 2018 08:18:27 +0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <22131.1517322254.1@sss.pgh.pa.us> Date: Tue, 30 Jan 2018 09:24:14 -0500 Message-ID: <22132.1517322254@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk =?utf-8?q?PG_Doc_comments_form?= writes: > However, that list isn't complete, eg. TIMESTAMPTZ, JSON, UUID... are > missing, probably because these aren't in SQL standard. Those are not key words. They're just names. regards, tom lane