That works perfectly. Thanks!!
From: Dmitriy Igrishin
Sent: Wednesday, January 11, 2012 11:03 AM
To: vyang
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Keywords
Hey vyang,
2012/1/11 vyang
Hello List,
I’m wondering if there is a way to retrieve/query PostgreSQL for a list
From: Adam Cornett
Sent: Wednesday, January 11, 2012 11:05 AM
To: vyang
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Keywords
I want to grab it programmatically because from time to time words are
added/removed.
On Wed, Jan 11, 2012 at 12:02 PM, Adam Cornett wrote:
On Wed
On Wed, Jan 11, 2012 at 12:02 PM, Adam Cornett wrote:
> On Wed, Jan 11, 2012 at 11:03 AM, vyang 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
Hey vyang,
2012/1/11 vyang
> 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
On Wed, Jan 11, 2012 at 11:03 AM, vyang 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,
>
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 al