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 peter_e@gmx.net