Re: Fixed length data types issue
От | Mario Weilguni |
---|---|
Тема | Re: Fixed length data types issue |
Дата | |
Msg-id | FA095C015271B64E99B197937712FD020E4B0CBA@freedom.grz.icomedias.com обсуждение исходный текст |
Ответ на | Re: Fixed length data types issue (Heikki Linnakangas <heikki@enterprisedb.com>) |
Ответы |
Re: Fixed length data types issue
|
Список | pgsql-hackers |
What about the "char" type? Isn't it designed for that? Or will this type disappear in future releases? -----Ursprüngliche Nachricht----- Von: pgsql-hackers-owner@postgresql.org [mailto:pgsql-hackers-owner@postgresql.org] Im Auftrag von Heikki Linnakangas Gesendet: Freitag, 15. September 2006 13:35 An: Martijn van Oosterhout Cc: stark@enterprisedb.com; pgsql-hackers@postgresql.org Betreff: Re: [HACKERS] Fixed length data types issue Martijn van Oosterhout wrote: > I don't think making a special typlen value just for a type that can > store a single UTF-8 character is smart. I just can't see enough use > to make it worth it. > Assuming that we can set encoding per-column one day, I agree. If you have a CHAR(1) field, you're going to store codes like'A', 'B', 'C' or '1', '2', '3' in it, and you don't need UTF-8 for that. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend
В списке pgsql-hackers по дате отправления: