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 17:32:29
Message-ID: 19677.1139938349@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 put an if test around that blob-handling behaviour. The code looks
> very simple, so patch enclosed to augment the already-applied patch.

Isn't the end-restore test backwards?

> Chris, do you have a set-up to test out the blob behaviour?

Just do a couple of lo_imports into a test database, dump, look at
pg_restore's output to see if it's sane ...

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2006-02-14 17:58:21 Re: pgsql: Add psql option: -1 or --single-transaction
Previous Message Tom Lane 2006-02-14 17:20:17 pgsql: Move btbulkdelete's vacuum_delay_point() call to a place in the