Re: [SQL] DELETE...RETURNING problem with libpq

2013-05-27 Thread Brice André
Hello Guillaume, Thanks for your help. I also think that it's a bug because, IMHO, prepared statements should behave like non-prepared ones and delete on a view should be consistent whatever is really done in the underlying structure of the database. Note that, in my real code, once marked as del

Re: [SQL] reduce many loosely related rows down to one

2013-05-27 Thread Bill MacArthur
On 5/25/2013 7:57 AM, Marc Mamin wrote: Von: [email protected] [[email protected]]" im Auftrag von "Bill MacArthur [[email protected]] Gesendet: Samstag, 25. Mai 2013 09:19 An: [email protected] Betreff: [SQL] redu