Select Stament Issue??

Поиск
Список
Период
Сортировка
От DracKewl
Тема Select Stament Issue??
Дата
Msg-id 1122404050.916075.37180@f14g2000cwb.googlegroups.com
обсуждение исходный текст
Ответы Re: Select Stament Issue??  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список 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 по дате отправления:

Предыдущее
От: "DracKewl"
Дата:
Сообщение: Re: Cursor Issue??
Следующее
От: Edwin Hernán Barrios Núñez
Дата:
Сообщение: Re: GUID for postgreSQL