Re: Case-sensitive problem in AS clause?

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Case-sensitive problem in AS clause?
Дата
Msg-id 5004D9FF.7070002@ringerc.id.au
обсуждение исходный текст
Ответ на Re: Case-sensitive problem in AS clause?  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
On 07/17/2012 02:48 AM, Dave Cramer wrote:
> Ok, I just looked up the tutorial and it really is whether the value
> stored in the column is case sensitive, not the name of the column.
>
> Yet another serious ambiguity in the API spec.

Yay, won't THAT be fun to implement when Pg its self doesn't know
whether any given type is case-sensitive or not (eg 'text' vs 'citext')
and doesn't have the concept of per-column case sensitivity at all.

What's the right thing to return here? True unless 'citext'?

--
Craig Ringer

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: not fetching all query results
Следующее
От: Radim Kolar
Дата:
Сообщение: Re: not fetching all query results