Owen Hartnett <[EMAIL PROTECTED]> writes:
> If my perusal of the sql generated by pg_dump is correct, then it 
> doesn't appear that it's wrapped in a transaction, and thus might be 
> able to only complete a partial restore?

That's correct, and intentional.  You can use pg_restore's -1 switch
or add begin/end manually if you don't want it to work that way.

                        regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to