Re: stored function (possible to access file system or call java program)? - Mailing list pgsql-general

From Rodrigo Gonzalez
Subject Re: stored function (possible to access file system or call java program)?
Date
Msg-id 4E8A5AB1.4090809@estrads.com.ar
Whole thread Raw
In response to Re: stored function (possible to access file system or call java program)?  (John R Pierce <pierce@hogranch.com>)
Responses Re: stored function (possible to access file system or call java program)?  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-general
On 10/03/2011 09:50 PM, John R Pierce wrote:
> On 10/03/11 3:09 PM, Merlin Moncure wrote:
>>          libjvm.so =>  /usr/lib/libjvm.so (0x00cfc000)
>
>
> I've never heard of a Sun JRE in /usr/lib
>
> are you using (eeew) GCJ ?
>
>
He is using...

merlin@mmoncure-ubuntu:~$ ls -l /usr/lib/libjvm.so
lrwxrwxrwx 1 root root 57 2011-08-12 17:13 /usr/lib/libjvm.so ->
/usr/lib/jvm/java-6-openjdk/jre/lib/i386/server/libjvm.so

So, it is a symlink to openjdk

Rodrigo




pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: stored function (possible to access file system or call java program)?
Next
From: Craig Ringer
Date:
Subject: Re: How can i get record by data block not by sql?