[Pljava-dev] debug pljava with postgresql 8.0

From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] debug pljava with postgresql 8.0
Date: 2005-11-10 18:41:57
Message-ID: 43739475.6070600@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Burtenshaw, John J. 2005-11-11 21:27:20 [Pljava-dev] Question regarding triggers and data visibility
Previous Message samuel.wymann at sybor.ch 2005-11-10 16:03:45 [Pljava-dev] debug pljava with postgresql 8.0