pgsql: IMHO, --single-transaction should wrap *all* the commands in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: IMHO, --single-transaction should wrap *all* the commands in
Date: 2006-02-13 21:30:19
Message-ID: 20060213213019.27DC29DCABF@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
IMHO, --single-transaction should wrap *all* the commands in BEGIN/COMMIT,
not just some of them.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_backup_archiver.c (r1.123 -> r1.124)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.123&r2=1.124)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-02-13 22:33:57 pgsql: Add positive defense against trying to connect when the
Previous Message Tom Lane 2006-02-13 21:29:08 pgsql: Improve documentation of --single-transaction option: fix markup,