Re: psql problem

From: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
To: Rick Parker <Rick_Parker(at)boscomm(dot)net>
Cc: "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: psql problem
Date: 2000-05-31 17:21:07
Message-ID: 39354A03.F00CBE7E@austin.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

What is the definition of the table 'some_table'??

Regards,
Ed Loehr

Rick Parker wrote:
>
> Does anyone know why when I am in a particular DB as user postgres and use
> the following statement, why I get this error?"
>
> This is the statement;
> SELECT * FROM some_file where ID = 1;
>
> ----------------------------------------------------------------------------
> Error: ERROR: attribute 'id' not found
> Execution time 0.02 sec.
>
> But if I use the following statement, everything is returned fine.
>
> SELECT * FROM servlet_file;
>
> Thanks ahead of time,
>
> Rick Parker

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Mitch Vincent 2000-05-31 17:36:20 Re: psql problem
Previous Message Rick Parker 2000-05-31 16:51:57 psql problem