From: | Jeff Davis <list-pgsql-general(at)empires(dot)org> |
---|---|
To: | Thierry Besancon <Thierry(dot)Besancon(at)paris4(dot)sorbonne(dot)fr>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: hexadecimal values |
Date: | 2002-05-02 17:43:08 |
Message-ID: | 200205021744.KAA16811@smtp.ucsd.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
What do you mean you won't know in advance? If not, how do you tell the
difference between 10 hexadecimal (which is 16) and 10 decimal (which is 10)?
Have you considered just having your application convert it first? There may
be a postgresql function to convert it as well, however I couldn't find it
offhand. You could also create your own stored procedure.
Regards,
Jeff
On Thursday 02 May 2002 04:28 am, Thierry Besancon wrote:
> Hello
>
> Is there a means to enter directly hexadecimal number in an integer
> field in a table ? (I don't known by advance if the number is hexa
> ou decimal so I can't use a special function)
>
> Best regards.
>
> Thierry
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
From | Date | Subject | |
---|---|---|---|
Next Message | Dorward Villaruz | 2002-05-02 17:45:38 | is there a way |
Previous Message | Juan Jose Comellas | 2002-05-02 17:39:14 | Problem with time in export |