Re: Fortran functions?

Поиск
Список
Период
Сортировка
От Chris Albertson
Тема Re: Fortran functions?
Дата
Msg-id 20020716234249.77946.qmail@web14704.mail.yahoo.com
обсуждение исходный текст
Ответ на Fortran functions?  (Lamar Owen <lamar.owen@wgcr.org>)
Список 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.owen@wgcr.org> wrote:
<SNIP>
> Has anyone here successfully used Fortran functions in PostgreSQL
> using g77 as the compiler?


=====
Chris Albertson
  Home:   310-376-1029  chrisalbertson90278@yahoo.com
  Cell:   310-990-7550
  Office: 310-336-5189  Christopher.J.Albertson@aero.org

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

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: table size growing out of control
Следующее
От: nconway@klamath.dyndns.org (Neil Conway)
Дата:
Сообщение: Re: table size growing out of control