Don't know if arrays are handled by the pgsql driver or not, but if not
you could always de/serialise the array to/from a blob.
t
> I need to store and retrieve arrays as they are . JDBC 2.0 provides methods getArray/setArray which facilitates this. But i couldn't find out how exactly it is implemented.