create function atof?

Поиск
Список
Период
Сортировка
От mark
Тема create function atof?
Дата
Msg-id 200402200904.11199.postgresql@novacolor.ca
обсуждение исходный текст
Ответы Re: create function atof?  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Re: create function atof?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Hello,

Is it possible to create a database function that mimics the C function atof?
I'm guessing it should look something like this:
       create function atof(varchar) returns float       as '??????'       language ????       returns null on null
input;

Thanks,

Mark


В списке pgsql-sql по дате отправления:

Предыдущее
От: Igor Shevchenko
Дата:
Сообщение: Re: bytea or blobs?
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: Re: create function atof?