Re: [GENERAL] Keywords

2012-01-11 Thread vyang
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

Re: [GENERAL] Keywords

2012-01-11 Thread vyang
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

Re: [GENERAL] Keywords

2012-01-11 Thread Adam Cornett
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

Re: [GENERAL] Keywords

2012-01-11 Thread Dmitriy Igrishin
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

Re: [GENERAL] Keywords

2012-01-11 Thread Adam Cornett
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, >

[GENERAL] Keywords

2012-01-11 Thread 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 “Retrieves a comma-separated list of al