Re: Case-Insensitve Text Comparison

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Case-Insensitve Text Comparison
Дата
Msg-id 1212526436.31688.18.camel@dogma.ljc.laika.com
обсуждение исходный текст
Ответ на Re: Case-Insensitve Text Comparison  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Ответы Re: Case-Insensitve Text Comparison
Re: Case-Insensitve Text Comparison
Список pgsql-hackers
On Tue, 2008-06-03 at 21:26 +0200, Zdenek Kotala wrote:
> The first step is per database, because it is relative easy. Collation 
> per-column is very difficult. It requires a lot of changes (parser, planer, 
> executor...) in whole source code, because you need to keep collation 
> information together with text data.

Right now typmod is already passed to all those layers, right? Would it
be a useful intermediate step to use typmod to hold this information for
the text type?

I suppose that would only work for text and not varchar, because varchar
already has a use for typmod. 

Regards,Jeff Davis



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

Предыдущее
От: Decibel!
Дата:
Сообщение: Re: BUG #4204: COPY to table with FK has memory leak
Следующее
От: Decibel!
Дата:
Сообщение: Re: Hint Bits and Write I/O