Help with queries...

Поиск
Список
Период
Сортировка
От Cristian Prieto
Тема Help with queries...
Дата
Msg-id 062a01c51ab0$1c871bf0$6e00a8c0@gt.ClickDiario.local
обсуждение исходный текст
Ответы Re: Help with queries...  (Michael Fuhr <mike@fuhr.org>)
Re: Help with queries...  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
Why do I need to add "" to a table when doing a query? I've checked the examples and I found no one has " around the table names. It is something with the configuration?
If I do:
 
select * from users;
ERROR:  relation "users" does not exist
 
but:
select * from "Users";
returns all the data I want...
 
Right now I'm using postgresql 8.0.1

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

Предыдущее
От: Alexis Vasquez
Дата:
Сообщение: Unsuscribe
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Help with queries...