From: | Justin Clift <justin(at)postgresql(dot)org> |
---|---|
To: | Tiago Antao <tra_ejb(at)yahoo(dot)com> |
Cc: | PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: DatabaseMetadata |
Date: | 2002-02-17 20:36:05 |
Message-ID: | 3C701435.B60ECB76@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Hi Tiago,
You should try the PostreSQL 7.2 JDBC driver, as it has support for
DatabaseMetadata and is backwards compatible with PG 7.1.3.
:-)
Regards and best wishes,
Justin Clift
Tiago Antao wrote:
>
> Hi!
>
> I am doing a project that involves the use of the DatabaseMetadata,
> namely I need Foreign keys...
> A few things that I have found:
> 1. PgSQL does not have FK meta-data available for foreign keys as they
> are implemented with triggers
> 2. Accordingly the driver cannot supply meta-data (check eg,
> DatabaseMetadata.getImportedKeys), which is correct, but...
> 3. getImportedKeys always returns a null, which very easely breaks any
> JDBC code, as is very far way from what is expected
> 4. I think the best solution would be to return an empty ResultSet, or
> at least raise a SQL Exception (I would favour the first).
> 5. I could volunteer to try to implement better return for these type of
> functions (it seems to be easy), if you agree with my solution just say
> and I will try to implement it.
>
> I am stuck with Oracle because of this...
>
> Best regards,
> Tiago
> PS - I have 7.1.3 source
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi
From | Date | Subject | |
---|---|---|---|
Next Message | Graham Leggett | 2002-02-17 23:44:37 | NullPointerException inside ResultSet.next() |
Previous Message | Tiago Antao | 2002-02-17 18:15:56 | DatabaseMetadata |