List, I'm trying to build a function for PostgreSQL that allows me to create a new UUID for data in my datbase. Has anyone had experience with this one? I was going to store it as a bytea datatype, would a char(32) be better? Any Ideas?
/B