Help with queries...

From: "Cristian Prieto" <cristian(at)clickdiario(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Help with queries...
Date: 2005-02-24 20:33:28
Message-ID: 062a01c51ab0$1c871bf0$6e00a8c0@gt.ClickDiario.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-02-24 20:44:07 Re: Help with queries...
Previous Message Alexis Vasquez 2005-02-24 20:05:12 Unsuscribe