Re: Fortran functions?

From: Chris Albertson <chrisalbertson90278(at)yahoo(dot)com>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: Fortran functions?
Date: 2002-07-16 23:42:49
Message-ID: 20020716234249.77946.qmail@web14704.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've not done exactly what you want but something close.

The easy way is to write a simple wraper function in "C"
that simply calls the FORTRAM function and returns the result.

PostgreSQL does not need to know anything about FORTRAN

Another option is to use "f2c" to convert the FORTRAN to C
but I'd go with the above.

--- Lamar Owen <lamar(dot)owen(at)wgcr(dot)org> wrote:
<SNIP>
> Has anyone here successfully used Fortran functions in PostgreSQL
> using g77 as the compiler?

=====
Chris Albertson
Home: 310-376-1029 chrisalbertson90278(at)yahoo(dot)com
Cell: 310-990-7550
Office: 310-336-5189 Christopher(dot)J(dot)Albertson(at)aero(dot)org

__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Neil Conway 2002-07-16 23:43:07 Re: table size growing out of control
Previous Message Robert Treat 2002-07-16 23:37:56 Re: table size growing out of control