Select Stament Issue?? - Mailing list pgsql-general

From DracKewl
Subject Select Stament Issue??
Date
Msg-id 1122404050.916075.37180@f14g2000cwb.googlegroups.com
Whole thread Raw
Responses Re: Select Stament Issue??
List pgsql-general
Trying out PostgreSQL for the first time and running into a minor
problem.
I created two tables one with the Add table wizard the other hard-core
script.

Script made table:
Select * from Example
--This works as expected
Select * from EXAMPLE
--This works as expected

Wizard made table:
Select * from Example
--ERROR:  relation "Example" does not exist
Select * from "Example"
--This works as expected

The wizard table has created a case sensitive restriction on me and
forced me to use quotes.  How do I turn this off?


pgsql-general by date:

Previous
From: "DracKewl"
Date:
Subject: Re: Cursor Issue??
Next
From: Edwin Hernán Barrios Núñez
Date:
Subject: Re: GUID for postgreSQL