Re: DELETE ... RETURNING

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: DELETE ... RETURNING
Date: 2009-07-13 21:57:35
Message-ID: 4A5BADCF.7030001@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Kellerer 2009-07-13 22:08:05 Re: DELETE ... RETURNING
Previous Message Thomas Kellerer 2009-07-13 21:54:55 Re: DELETE ... RETURNING