Keywords

From: "vyang" <vyang(at)apt-cafm(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Keywords
Date: 2012-01-11 16:03:21
Message-ID: ACB6D18D3AF74C7AB57B3866CDED0C90@vyang
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gauthier, Dave 2012-01-11 16:05:57 add constraint deferrable, syntax error
Previous Message James B. Byrne 2012-01-11 15:40:38 Re: Mixed Pg-9.1.2 and 8.4.4 environment