Re: pljava and Postgres 9.2.1 - Mailing list pgsql-general

From Misa Simic
Subject Re: pljava and Postgres 9.2.1
Date
Msg-id CAH3i69=eVuENYh8iiksuMjeVZcwXK-X9PaobDYX-QVJhvGLKYA@mail.gmail.com
Whole thread Raw
In response to Re: pljava and Postgres 9.2.1  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Thanks Tom,

without  custom_variable_classes = 'pljava' 

but with pljava.classpath = pathTopljava.jar

everything works fine..

Many thanks,

Misa

2012/9/25 Tom Lane <tgl@sss.pgh.pa.us>
Misa Simic <misa.simic@gmail.com> writes:
> We have a bit strange error with pljava deploy and postgresql 9.2.1...

> We are not sure is it related to pljava itself, because of when we add to
> postgresql.conf:

> custom_variable_classes = 'pljava'

> we cant start Postgres any more...

custom_variable_classes is no longer needed, and has been removed.  See
the 9.2 release notes.

                        regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: pljava and Postgres 9.2.1
Next
From: Andreas Joseph Krogh
Date:
Subject: Re: unique constraint with significant nulls?