Re: Postgres Wishlist - Mailing list pgsql-novice

From Mladen Gogala
Subject Re: Postgres Wishlist
Date
Msg-id 4CDEE0FF.1080900@vmsinfo.com
Whole thread Raw
In response to Re: Postgres Wishlist  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
List pgsql-novice
Mladen Gogala wrote:
> It works like a charm:
> CREATE OR REPLACE FUNCTION hex2dec(text)
> RETURNS int
> AS $$
> my $arg=shift;
> return(hex($arg));
> $$ LANGUAGE plperl;
>
>
I've mistakenly posted the same thing twice. This is what I meant:

scott=# select hex2dec('FF');
 hex2dec
---------
     255
(1 row)



--
Mladen Gogala
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
www.vmsinfo.com


pgsql-novice by date:

Previous
From: Mladen Gogala
Date:
Subject: Re: Postgres Wishlist
Next
From: Michael Wood
Date:
Subject: Re: Postgres Wishlist