| From: | Misa Simic <misa(dot)simic(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: pljava and Postgres 9.2.1 |
| Date: | 2012-09-25 17:19:11 |
| Message-ID: | CAH3i69=eVuENYh8iiksuMjeVZcwXK-X9PaobDYX-QVJhvGLKYA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)sss(dot)pgh(dot)pa(dot)us>
> Misa Simic <misa(dot)simic(at)gmail(dot)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
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Joseph Krogh | 2012-09-25 17:37:38 | Re: unique constraint with significant nulls? |
| Previous Message | Tom Lane | 2012-09-25 17:04:33 | Re: pljava and Postgres 9.2.1 |