Re: psql-like pure Java client

From: Blaine Simpson <blaine(dot)simpson(at)admc(dot)com>
To:
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: psql-like pure Java client
Date: 2004-07-18 13:47:05
Message-ID: 40FA7F59.7050606@admc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Oliver Jowett wrote:

> 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.postgesql.org.
>
> -O

Thanks very much. FYI I get non-null schemas with driver >= 7.4 and
server >= 7.3.
Older versions of either driver or server results in nulls.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Blaine Simpson 2004-07-18 14:12:44 Re: psql-like pure Java client
Previous Message Peter Eisentraut 2004-07-18 08:28:06 Re: [JDBC] [ADMIN] Migrate postgres databases from SQL_ASCII to UNICODE