Search Postgresql Archives

Help with queries...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux