From bikle101@gmail.com Mon Jul 6 07:54:06 2026 MIME-Version: 1.0 From: Dan Bikle Date: Thu, 7 Jul 2016 16:35:55 -0700 Message-ID: Subject: [Pljava-dev] howto: PL/Java on Postgres 9.5 on Centos 6.5 Content-Type: multipart/mixed; boundary="===============0369440612796513074==" --===============0369440612796513074== Content-Type: multipart/alternative; boundary=94eb2c070e1ac10a1405371425f8 --94eb2c070e1ac10a1405371425f8 Content-Type: text/plain; charset=UTF-8 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 --94eb2c070e1ac10a1405371425f8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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:
<= br>http://ww= w.syntax.us/posts/pl_java_postgres_centos

Holler if questions.

- Dan Bikle

bikle101 at gmail=


--94eb2c070e1ac10a1405371425f8-- --===============0369440612796513074== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Pljava-dev mailing list Pljava-dev@lists.pgfoundry.org http://lists.pgfoundry.org/mailman/listinfo/pljava-dev --===============0369440612796513074==-- From chap@anastigmatix.net Mon Jul 6 07:54:06 2026 References: From: Chapman Flack Message-ID: <577EEF6D.4010302@anastigmatix.net> Date: Thu, 7 Jul 2016 20:10:21 -0400 MIME-Version: 1.0 In-Reply-To: Subject: Re: [Pljava-dev] howto: PL/Java on Postgres 9.5 on Centos 6.5 Content-Type: text/plain; charset="us-ascii" 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@lists.pgfoundry.org http://lists.pgfoundry.org/mailman/listinfo/pljava-dev