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

From Christopher Kings-Lynne
Subject Re: pgsql: Add psql option: -1 or --single-transaction
Date
Msg-id 43F28932.6010500@familyhealth.com.au
Whole thread Raw
In response to Re: pgsql: Add psql option: -1 or --single-transaction  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-committers
> Chris, do you have a set-up to test out the blob behaviour? If your
> using them in production you'll spot any further slip-ups; they weren't
> intentionally ignored in the original patch.

No sorry - my PostgreSQL contribution these days primary consists of
"whining" :D

I usually just do this:

create database test;
\c test
\lo_import /etc/rc 'This is a comment'

Then pg_dump that database.

Chris



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add psql option: -1 or --single-transaction
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Use snprintf instead of asprintf.