Re: DELETE ... RETURNING - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: DELETE ... RETURNING
Date
Msg-id 4A5BADCF.7030001@opencloud.com
Whole thread Raw
In response to Re: DELETE ... RETURNING  (Thomas Kellerer <spam_eater@gmx.net>)
Responses Re: DELETE ... RETURNING  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-jdbc
Thomas Kellerer wrote:

> But my understanding is, that it should print "deleted: 3", and then
> iterate over the returned ids (but at least show the correct update count)

You might want to turn on logLevel=2 and see what the server's actually
telling us. The update count is usually just derived from the command
status string, maybe something odd is happening there with DELETE ..
RETURNING

-O

pgsql-jdbc by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: DELETE ... RETURNING
Next
From: Thomas Kellerer
Date:
Subject: Re: DELETE ... RETURNING