Lists: | pljava-dev |
---|
From: | Dan Bikle <bikle101(at)gmail(dot)com> |
---|---|
To: | |
Subject: | [Pljava-dev] howto: PL/Java on Postgres 9.5 on Centos 6.5 |
Date: | 2016-07-07 23:35:55 |
Message-ID: | CAMHt_+cg3ayuzhNj1c4eiPZQig4SEvoZs30fDTaAFuKWmb0e4Q@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pljava-dev |
For my colleagues at work,
I wrote up some notes on how to install PL/Java on Postgres 9.5 on Centos
6.5.
Some of you on this list might find it useful:
http://www.syntax.us/posts/pl_java_postgres_centos
Holler if questions.
- Dan Bikle
bikle101 at gmail
From: | Chapman Flack <chap(at)anastigmatix(dot)net> |
---|---|
To: | |
Subject: | Re: [Pljava-dev] howto: PL/Java on Postgres 9.5 on Centos 6.5 |
Date: | 2016-07-08 00:10:21 |
Message-ID: | 577EEF6D.4010302@anastigmatix.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pljava-dev |
On 07/07/16 19:35, Dan Bikle wrote:
> http://www.syntax.us/posts/pl_java_postgres_centos
Nice writeup, thanks!
Toward the end, you probably want an ALTER DATABASE or ALTER SYSTEM
command to save the setting of pljava.libjvm_location that you made;
otherwise PL/Java won't work in any other session besides the one
where you installed it.
ALTER DATABASE will just save the variable setting for one particular
database, whereas ALTER SYSTEM will have the setting available for
all databases you create.
-Chap
_______________________________________________
Pljava-dev mailing list
Pljava-dev(at)lists(dot)pgfoundry(dot)org
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev