Re: Postgres 8.1.2, Java, JDO, and case sensitivity woes

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Postgres 8.1.2, Java, JDO, and case sensitivity woes
Дата
Msg-id drecqg$6uu$1@sea.gmane.org
обсуждение исходный текст
Ответ на Postgres 8.1.2, Java, JDO, and case sensitivity woes  (Matthew Hixson <hixson@poindextrose.org>)
Ответы Re: Postgres 8.1.2, Java, JDO, and case sensitivity woes  (Matthew Hixson <hixson@poindextrose.org>)
Список pgsql-general
Matthew Hixson wrote on 28.01.2006 00:53:
> I'm trying to get a large Java application which makes use of an Oracle
> JDO layer to work with Postgres.  Set aside for a moment the discussion
> of whether or not that is going to work.
>   What I have found is that different parts of this application are
> referring to a table in all uppercase and in other parts referring to
> the table all in lowercase.  Is there a way to configure Postgres so
> that it does not treat "FOO" and "foo" as two different tables?

Simply don't use quotes, never. Then case will not matter.

Thomas

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

Предыдущее
От: "George Pavlov"
Дата:
Сообщение: Re: Importing Many XML Records
Следующее
От: Matthew Hixson
Дата:
Сообщение: Re: Postgres 8.1.2, Java, JDO, and case sensitivity woes