Help with queries... - Mailing list pgsql-general

From Cristian Prieto
Subject Help with queries...
Date
Msg-id 062a01c51ab0$1c871bf0$6e00a8c0@gt.ClickDiario.local
Whole thread Raw
Responses Re: Help with queries...
Re: Help with queries...
List 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 by date:

Previous
From: Alexis Vasquez
Date:
Subject: Unsuscribe
Next
From: Michael Fuhr
Date:
Subject: Re: Help with queries...