Re: pgsql: Add psql option: -1 or --single-transaction

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add psql option: -1 or --single-transaction
Date: 2006-02-14 23:31:21
Message-ID: 24120.1139959881@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
>> Just do a couple of lo_imports into a test database, dump, look at
>> pg_restore's output to see if it's sane ...

> Tests pass. BEGIN/COMMIT in correct places in log files (included).

Applied, thanks.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2006-02-15 01:51:46 Re: pgsql: Add psql option: -1 or --single-transaction
Previous Message Tom Lane 2006-02-14 23:30:43 pgsql: Repair --single-transaction patch so it handles blobs correctly.