Richard Huxton <[EMAIL PROTECTED]> writes: > Mario Splivalo wrote: >> That's true, but I'd still like to use hexadecimal notation.
You could use decode():
regression=# select decode('c5a4', 'hex');
decode
----------
\305\244
(1 row)
regards, tom lane
--
Sent via pgsql-sql mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql
