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

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, 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 15:01:07
Message-ID: 43F1F0B3.30705@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> Perhaps you can explain further? My understanding was that the desired
> functionality was that any failure would cause all aspects of the load
> to fail also, so I don't see any problem with that; clearly I need to
> listen to your thoughts.

Maybe we're not talking about the same thing? I was talking about the
begin/commit statements that are already in the dump - doesn't wrapping
the entire lot guarantee failure when you have: begin; begin; commit;
commit; ?

Chris

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-02-14 15:03:59 pgsql: Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake.
Previous Message Tom Lane 2006-02-14 14:57:02 Re: pgsql: Add psql option: -1 or --single-transaction