Re: automatic restore point
Rui DeSousa <rui@crazybean.net>
From: Rui DeSousa <rui@crazybean.net>
To: Isaac Morland <isaac.morland@gmail.com>
Cc: "David G. Johnston" <david.g.johnston@gmail.com>,
"Yotsunaga, Naoki" <yotsunaga.naoki@jp.fujitsu.com>,
Postgres hackers <pgsql-hackers@postgresql.org>
Date: 2018-06-26T04:04:59Z
Lists: pgsql-hackers
Why not use auto commit off in the session or .psqlrc file or begin and then use rollback? \set AUTOCOMMIT off What would be nice is if a syntax error didn’t abort the transaction when auto commit is off — being a bad typist.
Commits
-
Slightly correct context check for event triggers
- f82d4d666ff5 12.0 landed