psql problem

Поиск
Список
Период
Сортировка
От Rick Parker
Тема psql problem
Дата
Msg-id 782BD10CBE40D31198BA00A0C9E91E4101912AAC@BCGMAIL
обсуждение исходный текст
Список 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.


But if I use the following statement, everything is returned fine.

SELECT * FROM servlet_file;


Thanks ahead of time,

Rick Parker



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Function-based index not used in a simple query
Следующее
От: Ed Loehr
Дата:
Сообщение: Re: psql problem