Re: metadata searching

From: Mofeed Shahin <mofeed(dot)shahin(at)dsto(dot)defence(dot)gov(dot)au>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: metadata searching
Date: 2004-02-03 22:30:08
Message-ID: 200402040900.08897.mofeed.shahin@dsto.defence.gov.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sun, 1 Feb 2004 06:17 pm, you wrote:
> Hello.
>
> I have a problem with jdbc driver.
>
> There is one java program. It can create tables by name if it doesn`t
> exist.
>
> If tabe name has upper letters like 'Base', then create statement looks
> like 'create Base (...' and postgresql create table in lowercase.
> Then if I want to know is there the table 'Base' I use
>
> DatabaseMetaData.getTables(null, "%", name, types) and... (name="Bases")...
> no tables found.

Is that supposed to be name="Base" and not "Bases" ?

Mof.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2004-02-03 22:35:55 Re: Any known memory leaks in the driver ... ?
Previous Message Oliver Jowett 2004-02-03 22:09:43 Re: Error While trying to use Functions which return Resultsets