Re: charset/collation in values

Поиск
Список
Период
Сортировка
От Thomas Hallgren
Тема Re: charset/collation in values
Дата
Msg-id 418635F2.8060706@mailblocks.com
обсуждение исходный текст
Ответ на charset/collation in values  (Dennis Bjorklund <db@zigo.dhs.org>)
Ответы Re: charset/collation in values  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Dennis Bjorklund wrote:
> I've looked into storing charset/collation in the string values. This
> means that we change varchar/text/BpChar to be structures that have a
> charset oid field and a collation oid field, the rest of the Datum is the
> string data.
> 
I think the number of charset/collation combinations will be relatively 
few so perhaps it would be space efficient to maintain a table where 
each combination is given an oid and have string values store that 
rather than two separate oid's?

Regards,
Thomas Hallgren



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

Предыдущее
От: Thomas Hallgren
Дата:
Сообщение: Re: Problems using pgxs on Win32
Следующее
От: Neil Conway
Дата:
Сообщение: GiST memory allocation