Re: Why does app fail?

From: Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
To: "Paul Simpson" <Paul(dot)Simpson(at)spgs(dot)org>
Cc: "<" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Why does app fail?
Date: 2004-02-25 08:58:31
Message-ID: 200402251428.31315.shridhar@frodo.hserus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Alberer 2004-02-25 09:54:56 Re: dynamic views
Previous Message Richard Huxton 2004-02-25 08:25:23 Re: System tuning