Re:

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "J(dot)T(dot) Hartzler" <dba(at)wap(dot)ntelos(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re:
Date: 2002-07-25 15:37:17
Message-ID: 18793.1027611437@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"J.T. Hartzler" <dba(at)wap(dot)ntelos(dot)com> writes:
> It looks to me like it is saying that the column specified by
> COLUMN_NAME does not exsist but when I do a \dt TABLE_NAME it is
> there.

And spelled how, exactly? I'm betting on a case-sensitivity issue
here. Unquoted identifiers in SQL commands fold to lower case.

regards, tom lane

In response to

  • at 2002-07-25 13:58:26 from J.T. Hartzler

Responses

  • Re: at 2002-07-25 17:02:20 from J.T. Hartzler

Browse pgsql-novice by date

  From Date Subject
Next Message Jesús López 2002-07-25 16:16:50 Re: extract data and store
Previous Message Tom Lane 2002-07-25 15:34:35 Re: Compiling a user C function in 7.2.1