Re: Why does app fail? - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: Why does app fail?
Date
Msg-id 200402251428.31315.shridhar@frodo.hserus.net
Whole thread Raw
In response to Re: Why does app fail?  ("Paul Simpson" <Paul.Simpson@spgs.org>)
List pgsql-general
On Tuesday 24 February 2004 22:10, Paul Simpson wrote:
> Create Table TTATTASSOC (AssocId varchar(10), SetId varchar(10), SlotId
> int4)
> I have, therefore, come to the conclusion that the app requires table names
> in Upper case. How can I force this to work?

I believe postgresql is noisy about the case in tablename. In the create table
statement above if you  want to preserve the case in tablename, you have to
quote it.

Try it and let us know. (This is out of memory so might need further tuning)

Now how to force you app. to do that remains altogether different question..

 Shridhar

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: System tuning
Next
From: "V i s h a l Kashyap @ [Sai Hertz And Control Systems]"
Date:
Subject: Re: select statement against pg_stats returns inconsistent