Re: psql-like pure Java client

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Blaine Simpson <blaine(dot)simpson(at)admc(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: psql-like pure Java client
Date: 2004-07-18 06:59:50
Message-ID: 40FA1FE6.2060908@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Eisentraut 2004-07-18 08:28:06 Re: [JDBC] [ADMIN] Migrate postgres databases from SQL_ASCII to UNICODE
Previous Message Tom Lane 2004-07-18 06:29:04 Re: [ADMIN] Migrate postgres databases from SQL_ASCII to UNICODE