Simon Riggs <[EMAIL PROTECTED]> writes:
> How should it work?
> 1. Remove the BEGIN and COMMIT around blobs?
> 2. Use SAVEPOINT ?
> Presumably (1).
Yeah, there is no need for the per-blob begin/commit if we've got one
around the whole restore.
One thing to be careful of is not to suppress BEGINs that are sent on
the dumping side --- it's sometimes hard to tell which parts of pg_dump
execute when.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly