public inbox for [email protected]
help / color / mirror / Atom feed[Pljava-dev] howto: PL/Java on Postgres 9.5 on Centos 6.5
2+ messages / 2 participants
[nested] [flat]
* [Pljava-dev] howto: PL/Java on Postgres 9.5 on Centos 6.5
@ 2016-07-07 23:35 Dan Bikle <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Dan Bikle @ 2016-07-07 23:35 UTC (permalink / raw)
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
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [Pljava-dev] howto: PL/Java on Postgres 9.5 on Centos 6.5
@ 2016-07-08 00:10 Chapman Flack <[email protected]>
parent: Dan Bikle <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Chapman Flack @ 2016-07-08 00:10 UTC (permalink / raw)
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
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2016-07-08 00:10 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-07-07 23:35 [Pljava-dev] howto: PL/Java on Postgres 9.5 on Centos 6.5 Dan Bikle <[email protected]>
2016-07-08 00:10 ` Chapman Flack <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox