Re: parsing a string with a hexadecimal notation

From: KÖPFERL Robert <robert(dot)koepferl(at)sonorys(dot)at>
To:
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: parsing a string with a hexadecimal notation
Date: 2005-02-10 09:37:02
Message-ID: ED4E30DD9C43D5118DFB00508BBBA76EB165B5@neptun.sonorys.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


> So it should work to do "SELECT int4($1::bit varying)" and then pass
> 'xBEEF' as the string value for the parameter.
>
> regards, tom lane

Thanks, that worked for me

Browse pgsql-sql by date

  From Date Subject
Next Message Joel Fradkin 2005-02-10 19:47:07 postgres 8 data directory other then default?
Previous Message Michael Fuhr 2005-02-10 06:16:19 Re: [SQL] Function .. AS..?