Re: user defined functions in Java ?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Umashankar Kotturu <adityauma(at)hotmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: user defined functions in Java ?
Date: 2000-11-03 20:02:24
Message-ID: Pine.LNX.4.21.0011032058120.1076-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Umashankar Kotturu writes:

> a) I understand from postgres documentation that a user-defined function can
> be in sql or C language. Do any of you have an idea if such a function can
> be defined in Java ?

Currently not. You could try to use the GCC Java compiler to create
object files with C-like linkage, but unfortunately that isn't documented
anywhere so I'm speculating.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Schlobohm, Jack 2000-11-03 21:45:07 RE: [SQL] really need help
Previous Message Jie Liang 2000-11-03 19:35:20 need help urgent