Re: DatabaseMetaData.supportsCatalogsInXXX() - Mailing list pgsql-jdbc

From Peter Eisentraut
Subject Re: DatabaseMetaData.supportsCatalogsInXXX()
Date
Msg-id Pine.LNX.4.30.0107140139530.677-100000@peter.localdomain
Whole thread Raw
In response to DatabaseMetaData.supportsCatalogsInXXX()  (jason@netspade.com)
List pgsql-jdbc
jason@netspade.com writes:

> Should
>
> boolean supportsCatalogsInTableDefinitions()
> boolean supportsCatalogsInIndexDefinitions()
> boolean supportsCatalogsInPrivilegeDefinitions()
>
> return true?

No.

> Another thing is would it be possible to support a
> jdbc:postgresql://host URL i.e. without a database specified? Is
> always possible to connect to template1? This is not essential but
> might make things easier to use if people just want to list available
> databases.

I think this would confuse people.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: Not yet implemented?
Next
From: Bruce Momjian
Date:
Subject: Re: Patch for handling long null terminated strings in JDBC driver