Re: PSQLException: Too many update results were returned. - Mailing list pgsql-jdbc

From Albert László-Róbert
Subject Re: PSQLException: Too many update results were returned.
Date
Msg-id 46B3DDC9.8080908@gmail.com
Whole thread Raw
In response to Re: PSQLException: Too many update results were returned.  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
Oliver Jowett wrote:
> Albert László-Róbert wrote:
>> Oliver Jowett wrote:
>>> Albert László-Róbert wrote:
>>>
>>>> org.postgresql.util.PSQLException: ERROR: unterminated dollar-quoted
>>>> string at or near "$BODY$
>>> What driver version are you using?
>>>
>>> -O
>>>
>> 8.1, but i don't know what build number is.
>
> Support for dollar-quoting was only introduced in 8.2-504, you will
> need to upgrade your driver.
>
> -O
>
>
the problem is the same when i use the execute() method.
i tryed the following drivers: postgresql-8.2-506.jdbc3.jar;
postgresql-8.2-506.jdbc4.jar and postgresql-8.3dev-601.jdbc3.jar

in the mean while i try to figure it out how the development team of the
SQuirreL use the sql execution tool in that client.

albertlr

pgsql-jdbc by date:

Previous
From: Albert László-Róbert
Date:
Subject: Re: PSQLException: Too many update results were returned.
Next
From: "Laszlo Hornyak"
Date:
Subject: Re: statement caching patch from Laszlo Hornyak for review