Lars Heill wrote:
> Hi,
>
> I have am trying to work against a local database.
> Setting up SQuirreL to work with my own jdbc driver,
> connecting and executing SQL was a snap.
>
> However, I was hoping to browse my db using the object tree.
> Only I do not see any of my tables or views in the various
> schemas, just a generic
>
> <alias>
> <schema>
> SYSTEM TABLE
> TABLE
> VIEW
> UDT
>
> Refreshing "Tree and Cache" or "Item", I see my table names
> flash by on the status line, but no tables/views show up in
> the object tree.
>
> Might this be related to the FAQ item "I don't see an object
> tree with PostgreSQL"? If so, which metadata is my database
> failing to supply?
In case it matters: it is a JDBC 3.0 driver, and the database
has 72 schemas.
Thanks,
Lars
|