[BUGS] Bug #571: Impossible to completly support JDBC

2002-02-03 Thread pgsql-bugs

Tiago Antao ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
Impossible to completly support JDBC

Long Description
This is in fact to report 2 problems regarding JDBC.

#1: JDBC DatabaseMetaData.getImportedKeys returns a null because it was not 
implemented. I think the correct behaviour would be to raise a SQLException. If there 
is an agreement on this, I would gladly implement the (simple) solution.

#2: This is much more serious: It is impossible, AFAIK, to get foreign key information 
from the metadata tables pg_* on PostgreSQL. As I understand the fkeys are implemented 
via triggers... but it would be interesting that fk info would be made available as 
metadata.
Without this I believe it is _impossible_ to have a fully compliant JDBC driver.

Sample Code


No file was uploaded with this report


---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html



[BUGS] Bug #572: Double Format

2002-02-03 Thread pgsql-bugs

Ralf Klingebeil ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
Double Format

Long Description
With glibc 2.2 and linux-i386 MAX_DBL must be formated with 17 digits,
not with 15 (C99 says 15 ?!).
HUGE_VAL is infinty and not accepted.

Sample Code


No file was uploaded with this report


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]