Re: pgsql: Add psql option: -1 or --single-transaction - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add psql option: -1 or --single-transaction
Date
Msg-id 19677.1139938349@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Add psql option: -1 or --single-transaction  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: pgsql: Add psql option: -1 or --single-transaction  (Simon Riggs <simon@2ndquadrant.com>)
Re: pgsql: Add psql option: -1 or --single-transaction  (Simon Riggs <simon@2ndquadrant.com>)
Re: pgsql: Add psql option: -1 or --single-transaction  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-committers
Simon Riggs <simon@2ndquadrant.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

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Move btbulkdelete's vacuum_delay_point() call to a place in the
Next
From: Simon Riggs
Date:
Subject: Re: pgsql: Add psql option: -1 or --single-transaction