octet string type contribution - Mailing list pgsql-general

From Ron Peterson
Subject octet string type contribution
Date
Msg-id 20070119025719.GA7137@yellowbank.com
Whole thread Raw
List 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/

pgsql-general by date:

Previous
From: Chris
Date:
Subject: Re: uninstalling postgre sql on Fedora core 5
Next
From: "Jaime Casanova"
Date:
Subject: Re: SELECT INTO TEMPORARY problem