Re: Fixed length data types issue - Mailing list pgsql-hackers

From Mario Weilguni
Subject Re: Fixed length data types issue
Date
Msg-id FA095C015271B64E99B197937712FD020E4B0CBA@freedom.grz.icomedias.com
Whole thread Raw
In response to Re: Fixed length data types issue  (Heikki Linnakangas <heikki@enterprisedb.com>)
Responses Re: Fixed length data types issue  (Martijn van Oosterhout <kleptog@svana.org>)
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Fixed length data types issue
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Fixed length data types issue