padmanabha konkodi wrote:
 hi everybody,i want to pass Integer array to database function from java precompiled statement. java gives java.sql.Array interface but i dont know which implementing class i have to use in postgre
I don't really "do" java, but have you tried an array of integers for your PostgreSQL function? What happened?
-- Richard Huxton Archonet Ltd ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend