Posted by Sergei Shelukhin on 04/08/07 18:53
Hi.
I have a string, 16 bytes long, representing a hex number.
I need to convert it to a number and put it into pgsql database; it
complicates the matters further cause pgsql doesn't support unsigned;
thus I have to subtract "magic" number (half the bigint range) from
the conversion result to put it into pgsql.
Is there any way to achieve this?
Navigation:
[Reply to this message]
|