Albert Laszlo-Robert wrote:
> org.postgresql.util.PSQLException: Too many update results were returned.
At a guess maybe you are adding statements to the batch that are
actually semicolon-separated statements? I don't know if the batch code
understands that.
-O