Blaine Simpson wrote:
> I'll tag on a simple question here which I'm hoping somebody can quickly
> answer and
> save me from searching archives and docs... I see that Postgresql
> 7.2dev doesn't
> implement the TABLE_SCHEM column of DatabaseMetaData.getTables(). Anyone
> know if it has been implemented since then, or if there are plans to
> implement it?
TABLE_SCHEM can be non-NULL in the latest development drivers. I don't
know how far back that change goes.
7.2 is quite old -- I suggest you check that your code works ok against
current drivers. There are prebuilt jars available from jdbc.postgresql.org.
-O