Re: DatabaseMetaData.supportsCatalogsInXXX()

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: <jason(at)netspade(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: DatabaseMetaData.supportsCatalogsInXXX()
Date: 2001-07-13 23:41:25
Message-ID: Pine.LNX.4.30.0107140139530.677-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

jason(at)netspade(dot)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(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-07-15 04:21:21 Re: Patch for handling long null terminated strings in JDBC driver
Previous Message Barry Lind 2001-07-13 16:46:14 Re: problen in starting the naming service using the JDBC driver!