I am using a Postgresql 7.1.2 server and it seems that I need to put ""
around my table name when doing select queries either using JDBC, PHP or
the psql interface.
None of the docs that I've looked at indicate that I should need to do
this.
Can anyone explain this?