Tom Lane wrote:
But I am curious to understand what
> exactly JDBC is doing with a multi-statement query string.
If the jdbc driver accepts the multi-statement query string (it does in
some places but not in others), it will send the entire string to the
server as a single query.
--Barry