Re: DELETE ... RETURNING

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: DELETE ... RETURNING
Дата
Msg-id 4A5BADCF.7030001@opencloud.com
обсуждение исходный текст
Ответ на Re: DELETE ... RETURNING  (Thomas Kellerer <spam_eater@gmx.net>)
Ответы Re: DELETE ... RETURNING  (Thomas Kellerer <spam_eater@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: DELETE ... RETURNING
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: DELETE ... RETURNING