From: thomas at tada.se (Thomas Hallgren) Date: Thu, 10 Nov 2005 19:41:57 +0100 Subject: [Pljava-dev] debug pljava with postgresql 8.0 In-Reply-To: <43736F61.6000108@sybor.ch> References: <43736F61.6000108@sybor.ch> Message-ID: <43739475.6070600@tada.se> Hi Samuel, PostgreSQL 7.5 was renamed to 8.0 and when running 8.0 you can use the "custom_variable_classes" that is mentioned in the mail. Nothing has changed in PL/Java but Java 5.0 has a different option syntax then the one mentioned. You would probably use something like: pljava.vmoptions = '-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=y' Regards, Thomas Hallgren samuel.wymann at sybor.ch wrote: > hi > > i found a note about debugging pljava with postgresql 7.5. did > anything change concerning debugging with postgresql 8.0? is that note > (http://gborg.postgresql.org/pipermail/pljava-dev/2004/000011.html) in > the mailing list still valid for postresql 8.0? > > best regards > > sam wymann > > _______________________________________________ > Pljava-dev mailing list > Pljava-dev at gborg.postgresql.org > http://gborg.postgresql.org/mailman/listinfo/pljava-dev