Re: Hex Integer Input - Mailing list pgsql-sql

From Joe Conway
Subject Re: Hex Integer Input
Date
Msg-id 3E68CDF0.4040302@joeconway.com
Whole thread Raw
In response to Hex Integer Input  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Responses Re: Hex Integer Input  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
List pgsql-sql
Achilleus Mantzios wrote:
> Hi, is there a way to enter integer data by their HEX
> representation??
> 

Is this what you want?

regression=# select x'ffff'::int4; int4
------- 65535
(1 row)


Joe



pgsql-sql by date:

Previous
From: Mark Mitchell
Date:
Subject: Re: Underscores in column names
Next
From: Tom Lane
Date:
Subject: Re: Underscores in column names