Hex numbers in psql - Mailing list pgsql-general

From madhtr
Subject Hex numbers in psql
Date
Msg-id 007f01c79aea$75eba230$6401a8c0@useronewin2klt
Whole thread Raw
In response to Data replication through disk replication  (Thomas Lopatic <thomas@lopatic.de>)
Responses Re: Hex numbers in psql
List pgsql-general
hi group :)

How do use hex numbers in psql?  I.E.

instead of:
    select 16
I want to do
    select 0x10

like in c++

I tried doing what this website said
http://www.faqs.org/docs/ppbook/c12119.htm
but it does not work

TY :)




pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Data replication through disk replication
Next
From: "madhtr"
Date:
Subject: exception question ....