Re: Keywords

From: Adam Cornett <adam(dot)cornett(at)gmail(dot)com>
To: vyang <vyang(at)apt-cafm(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Keywords
Date: 2012-01-11 17:02:41
Message-ID: CAB5sPxZE--wiQrqxqzn1b4yXBueh1nKv-Rj=BdRSg+i9bV0+YQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jan 11, 2012 at 11:03 AM, vyang <vyang(at)apt-cafm(dot)com> wrote:

> Hello List,
>
> I’m wondering if there is a way to retrieve/query PostgreSQL for a list of
> key words matching that of Appendix C. SQL Key Words. I’m using PostgreSQL
> 9.1 and java. I’ve already tried java’s DatabaseMetaData.getSQLKeywords,
> but the API states “Retrieves a comma-separated list of all of this
> database's SQL keywords that are NOT also SQL:2003 keywords.” As a result
> many key words are left out. Any help on this matter is much appreciated.
>
> vyang
>

The Manual has a list in the appendix:
http://www.postgresql.org/docs/9.1/static/sql-keywords-appendix.html

In response to

  • Keywords at 2012-01-11 16:03:21 from vyang

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dmitriy Igrishin 2012-01-11 17:03:28 Re: Keywords
Previous Message Merlin Moncure 2012-01-11 16:49:03 Re: question about the money type