DatabaseMetaData.supportsCatalogsInXXX() - Mailing list pgsql-jdbc

From jason@netspade.com
Subject DatabaseMetaData.supportsCatalogsInXXX()
Date
Msg-id 72840.995030866590.JavaMail.jason@www2.kc.aoindustries.com
Whole thread Raw
Responses alternative jdbc
Re: DatabaseMetaData.supportsCatalogsInXXX()
List pgsql-jdbc
Hi,

Should

boolean supportsCatalogsInTableDefinitions()
boolean supportsCatalogsInIndexDefinitions()
boolean supportsCatalogsInPrivilegeDefinitions()

return true? They all return false at the moment. I think catalogs need to be sorted out - Connection.getCatalog()
shouldalso be implemented. 

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

Thanks,
Jason

pgsql-jdbc by date:

Previous
From: jason@netspade.com
Date:
Subject: Connection.setCatalog()
Next
From: Tony Grant
Date:
Subject: alternative jdbc