On Fri, 30 Nov 2007, Christian Kindler wrote:
> I have read a lot but did not find any solution for inserting a array of
> floats into pg database via jdbc and prepared statements.
>
Just now I've implemented the JDBC4 method Connection.createArrayOf, so if
you're using JDK1.6 and don't mind using a development driver that's
probably the best way to go.
http://ejurka.com/pgsql/jars/arr/
Kris Jurka