Re: [Pljava-dev] howto: PL/Java on Postgres 9.5 on Centos 6.5

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
Thread:
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

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Devrim Gündüz 2016-07-14 15:39:17 [Pljava-dev] Retrying: RPMifying PL/Java
Previous Message Dan Bikle 2016-07-07 23:35:55 [Pljava-dev] howto: PL/Java on Postgres 9.5 on Centos 6.5