David Wheeler writes: > It looks like the hex option would be the best option, but there's no > native hex format in PostgreSQL. Anyone have suggestions on what the > best approach might be? I can't convert it to a number, really, because > 128 bit numbers aren't too portable).
Use bytea. It stores bytes and allows the conversion into several output formats. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend