Re: psql problem

Поиск
Список
Период
Сортировка
От Mitch Vincent
Тема Re: psql problem
Дата
Msg-id 012001bfcb26$bb8032c0$4100000a@venux.net
обсуждение исходный текст
Ответ на psql problem  (Rick Parker <Rick_Parker@boscomm.net>)
Список pgsql-sql
> > 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.

That indicates that you have no column named 'id'..

> > But if I use the following statement, everything is returned fine.
> >
> > SELECT * FROM servlet_file;

That's a totally different query which would yeild totally different
results..

-Mitch





В списке pgsql-sql по дате отправления:

Предыдущее
От: Ed Loehr
Дата:
Сообщение: Re: psql problem
Следующее
От: mikeo
Дата:
Сообщение: TOP SESSIONS?