Peter Schonefeld wrote:
> CREATE TABLE "Country"
> If i try SELECT * FROM Country, i get 'ERROR: relation "country" does
> not exist.
If you write "Country" once, then you might write "Country", not
Country, all the time, because otherwise the name will be converted to
lower case.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/