create function atof?

From: mark <postgresql(at)novacolor(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: create function atof?
Date: 2004-02-20 14:04:11
Message-ID: 200402200904.11199.postgresql@novacolor.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Achilleus Mantzios 2004-02-20 14:24:53 Re: create function atof?
Previous Message Mark Tabash 2004-02-20 14:01:21 create function atof?