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-15 01:51:46
Message-ID: 43F28932.6010500@familyhealth.com.au
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-02-15 04:47:13 python - be: Use snprintf instead of asprintf.
Previous Message Tom Lane 2006-02-14 23:31:21 Re: pgsql: Add psql option: -1 or --single-transaction