Re: Charset/collate support and function parameters

Поиск
Список
Период
Сортировка
От Dennis Bjorklund
Тема Re: Charset/collate support and function parameters
Дата
Msg-id Pine.LNX.4.44.0410302330100.2015-100000@zigo.dhs.org
обсуждение исходный текст
Ответ на Re: Charset/collate support and function parameters  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Charset/collate support and function parameters  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
On Sat, 30 Oct 2004, Tom Lane wrote:

> > The alternative is storing the charset and collation inside each string.  
> > That seems like a too big price to pay, it belong in the type.
> 
> No, the alternative you're proposing is too big a price to pay.

So you want to expand every string with 8 bytes (two oid's)?

Or special case the storing in tables so that you only store the text and
not the charset/collation info?

-- 
/Dennis Björklund



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Charset/collate support and function parameters
Следующее
От: Markus Bertheau
Дата:
Сообщение: Re: array_to_column function