Re: Postgres Wishlist

Поиск
Список
Период
Сортировка
От Mladen Gogala
Тема Re: Postgres Wishlist
Дата
Msg-id 4CDEE0FF.1080900@vmsinfo.com
обсуждение исходный текст
Ответ на Re: Postgres Wishlist  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
Список 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 по дате отправления:

Предыдущее
От: Mladen Gogala
Дата:
Сообщение: Re: Postgres Wishlist
Следующее
От: Michael Wood
Дата:
Сообщение: Re: Postgres Wishlist