Re: 12's AND CHAIN doesn't chain when transaction raised an error

2019-12-30 Thread Alvaro Herrera
On 2019-Aug-13, Philip Dubé wrote: > The easiest way to see this is to BEGIN READ ONLY & then attempt an > insert. Execute either of COMMIT AND CHAIN or ROLLBACK AND CHAIN & > attempt the insert a second time > > This seems incorrect. The documentation should at least point out this > behavior if

12's AND CHAIN doesn't chain when transaction raised an error

2019-08-13 Thread Philip Dubé
The easiest way to see this is to BEGIN READ ONLY & then attempt an insert. Execute either of COMMIT AND CHAIN or ROLLBACK AND CHAIN & attempt the insert a second time This seems incorrect. The documentation should at least point out this behavior if it's intended