Re: JDBC bug?

Поиск
Список
Период
Сортировка
От Rene Pijlman
Тема Re: JDBC bug?
Дата
Msg-id 1oh50u43l6cd9q714n4ndm63gm4n2080me@4ax.com
обсуждение исходный текст
Ответ на Re: JDBC bug?  ("Colin Freas" <cef6@georgetown.edu>)
Список pgsql-jdbc
On Mon, 26 Nov 2001 16:24:46 -0500, you wrote:
>I just think mixed case identifiers are easier on the eyes.

That's fine. Since SQL is case insensitive you can write the
names anyway you like.

>Postgres stores the identifiers in a case insensitve manner by default

Yes.

>but if you mix case when creating the tables or what have you, it stores
>them as case sensitive.

No, only when you quote the names when creating the tables. Its
up to you. If you don't quote them your problems are gone,
IIUYC.

Regards,
René Pijlman <rene@lab.applinet.nl>

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: JDBC bug?
Следующее
От: Mike Cannon-Brookes
Дата:
Сообщение: Re: [Fwd: Re: [Fwd: Re: Problems with truncated BLOB]]