Marek Lewczuk wrote:
> My opinion is that we should keep BC either by building two different
> jdbc versions or checking PG version every time getArray() is used (if <
> 8.2 then primitive types are used, if >= 8.2 then objects).
Use the "compatible" URL option to make this decision, rather than
server version (there are some helper functions around to help here)
-O