Thanks Tom, without custom_variable_classes = 'pljava'
but with pljava.classpath = pathTopljava.jar everything works fine.. Many thanks, Misa 2012/9/25 Tom Lane <[email protected]> > Misa Simic <[email protected]> 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 >
