[EMAIL PROTECTED] 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. witho
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() should also be implemented.