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

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

> Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
>> How does this interact with the begin/commit placed around LOB dumps?
>
> Good question ... right offhand it looks like there are some broken
> things there (try grepping bin/pg_dump/ for BEGIN).

I suggest you just suppress the begin/commit for each LOB if
--single-transaction is specified, as it'd be in a single transaction
anyway...

Chris

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2006-02-14 04:21:53 Re: pgsql: Add psql option: -1 or --single-transaction
Previous Message Tom Lane 2006-02-14 04:02:05 Re: pgsql: Add psql option: -1 or --single-transaction Simon Riggs