On Thu, 1 Feb 2007, Andreas Joseph Krogh wrote:
> It makes it impossible to serialize PGSQLExceptions
>
http://gborg.postgresql.org/cgi-bin/cvsweb.cgi/pgjdbc/org/postgresql/util/PSQLState.java?cvsroot=pgjdbc
This says that PSQLState was made serializable 3 years ago (rev 1.4), so
as long as you have an 8.0 or higher driver you're fine.
Kris Jurka