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