Fortran functions?

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Fortran functions?
Date: 2002-07-16 23:32:34
Message-ID: 200207161932.34319.lamar.owen@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ok, I have an oddball question. But let me give you a little background.

As a broadcast engineer, I often need to compute the distance to a groundwave
contour for an AM radio station. The code to do this is in Fortran 77, which
compiles cleanly with g77 (after I made some minor modifications, since the
original was VAX/VMS Fortran). Since the results of the calculations are
used for FCC regulatory purposes, it is recommended to use the FCC's actual
code (which is what I have), in Fortran, to perform the calculations.
Otherwise they may not accept my filings, which is expensive (it costs $$$ to
file applications with the FCC).

Has anyone here successfully used Fortran functions in PostgreSQL using g77 as
the compiler?
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2002-07-16 23:33:17 Re: size of function body
Previous Message Ralph Graulich 2002-07-16 23:21:15 Re: size of function body