Serialize class changes - Mailing list pgsql-jdbc

From Ken Kachnowich
Subject Serialize class changes
Date
Msg-id 3CE465C7.541EC97@telocity.com
Whole thread Raw
List pgsql-jdbc
Hi,

  I just tried the Serialize class that comes with the PostgreSQL 7.2.1
release and noticed an odd change.

The object field used to be declaired as an OID type that pointed to
the row in the class table for the object. Now the type is the class
table
type.

My problem is I want to store multiple types of classes in this field.
The current code won't let me do this.

If I am not doing something wrong then I am not sure why this change was
made.

Ken

pgsql-jdbc by date:

Previous
From: covadonga rodriguez
Date:
Subject: lo_close: invalid large obj descriptor (0)
Next
From:
Date:
Subject: inet datatype question!