Re: Please help me out on this insert error - Mailing list pgsql-sql

From Vernon Wu
Subject Re: Please help me out on this insert error
Date
Msg-id TQG532X546246UOYURGFBXV542Y.3d084eaf@kimiko
Whole thread Raw
In response to Re: Please help me out on this insert error  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-sql
6/14/2002 6:31:16 AM, Stephan Szabo <sszabo@megazone23.bigpanda.com> wrote:

>
>On Thu, 13 Jun 2002, Vernon Wu wrote:
>
>> I, however, didn't use double quote mark when I created the table at all.
>
>If you used an interface to generate the table def, alot of them add the
>quote marks behind your back when they do the creation. 

That must be what really happended without my knowledge. I used the pgAdmin to create the table. So, it is safer to 
create tables using the command line.

In general, it's
>safer to just use all lowercase names. :)
>
>

That is a separated issue, is it?

Thanks.

v





pgsql-sql by date:

Previous
From: "Dmitri Colebatch"
Date:
Subject: Re: join question - three tables, two with foreign keys to the first
Next
From: Andrew Hammond
Date:
Subject: simple recursive function in plpgsql fails