octet string type contribution

From: Ron Peterson <ron(dot)peterson(at)yellowbank(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: octet string type contribution
Date: 2007-01-19 02:57:19
Message-ID: 20070119025719.GA7137@yellowbank.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have created a fixed length octet string type which anyone so inclined
should feel free to use. The purpose of this type is to reduce the
overhead associated with storing fixed length binary data in a variable
length type like bytea. So far, I've implemented a sixteen octet string
type, which would be appropriate for storing MD5 hashes or UUID's (aka
GUID's), say. I plan to implement other common sizes.

http://www.yellowbank.com/code/PostgreSQL/y_octet_t/

Comments or suggestions for improvement are very welcome.

Best.

--
Ron Peterson
https://www.yellowbank.com/

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2007-01-19 03:02:58 Re: Spam from EnterpriseDB?
Previous Message Stephen Frost 2007-01-19 02:26:07 Re: Spam from EnterpriseDB?