Re: psql problem - Mailing list pgsql-sql

From Ed Loehr
Subject Re: psql problem
Date
Msg-id 39354A03.F00CBE7E@austin.rr.com
Whole thread Raw
In response to psql problem  (Rick Parker <Rick_Parker@boscomm.net>)
List 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


pgsql-sql by date:

Previous
From: Rick Parker
Date:
Subject: psql problem
Next
From: "Mitch Vincent"
Date:
Subject: Re: psql problem