public inbox for [email protected]  
help / color / mirror / Atom feed
From: Chapman Flack <[email protected]>
Subject: Re: [Pljava-dev] Video Tutorial - How to Build and Install PL/Java
Date: Sun, 06 Mar 2016 02:32:40 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>

On 03/06/16 02:23, Chapman Flack wrote:
> Then you could also show how to save the correct setting for later
> sessions, using a command like ALTER DATABASE postgres SET
> pljava.libjvm_location FROM CURRENT.

... another thing that might be nice to show would be a

\c

in psql to quickly put you in a new session, and then show that
PL/Java works in the new session because the correct setting was
saved. Which could also show how to see the PL/Java and Java versions
being used, in case someone needs to know ... just \c to start a new
session, then

SET client_min_messages TO debug1;

before running any PL/Java function, and then whenever you first
call a PL/Java function (even just sqlj.get_classpath('public')
for example), you'll see the debug message with all the versions.

-Chap
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev



view thread (10+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: [Pljava-dev] Video Tutorial - How to Build and Install PL/Java
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox