These patches of two files fix the support
for storing or "serializing" a java class into
a postgres table.  It documents the limitations
involved and provides support that is considerably
better than what is presently in cvs - it works
now! :)

PreparedStatment.java.diff
patch against current cvs
org.postgresql.jdbc2.PreparedStatement.java

Serialize.java.diff
patch against current cvs
org.postgresql.util.Serialize.java

SetGetObject.java
myurl.java
a simple test program that stores
the myurl class as a table in the
database using Serialize and
PreparedStatment.

