Re: synchronized snapshots
Joachim Wieland <joe@mcknight.de>
From: Joachim Wieland <joe@mcknight.de>
To: Florian Weimer <fweimer@bfk.de>
Cc: Simon Riggs <simon@2ndquadrant.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-08-15T11:30:10Z
Lists: pgsql-hackers
On Mon, Aug 15, 2011 at 6:41 AM, Florian Weimer <fweimer@bfk.de> wrote: > * Simon Riggs: > >> I don't see the need to change the BEGIN command, which is SQL >> Standard. We don't normally do that. > > Some language bindings treat BEGIN specially, so it might be difficult > to use this feature. It's true, the command might require explicit support from language bindings. However I used some perl test scripts, where you can also send a START TRANSACTION command in an $dbh->do(...). The intended use case of this feature is still pg_dump btw... Joachim