What's the logical counterpart of the to_hex function? - Mailing list pgsql-general

From Michael Nolan
Subject What's the logical counterpart of the to_hex function?
Date
Msg-id 4abad0eb0707161136u31765244md93ae10a662a5f8e@mail.gmail.com
Whole thread Raw
Responses Re: What's the logical counterpart of the to_hex function?  (Steve Atkins <steve@blighty.com>)
List pgsql-general
I have data (from an external source) which is in text format as a hex number (it's actually an IP address, but that's probably not relevant.)

to_hex gets from integer to hex, I can cast a hex constant to integer (ie x'12a7'31'::int, but how do I get a database column from string/hex to integer? 

(If this is referenced in the documentation, I'm not finding it.)
--
Mike Nolan

pgsql-general by date:

Previous
From: Madison Kelly
Date:
Subject: Re: Moved postgres, now won't start
Next
From: Madison Kelly
Date:
Subject: Re: Moved postgres, now won't start