Re: Single-Transaction Utility options

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Single-Transaction Utility options
Date: 2006-02-12 04:04:30
Message-ID: 200602120404.k1C44UB12349@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Simon Riggs wrote:
> On Fri, 2005-12-16 at 15:56 -0500, Tom Lane wrote:
> > Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
> > > On Fri, 2005-12-16 at 13:59 -0500, Tom Lane wrote:
> > >> Would -1 work, or just confuse people?
> >
> > > That was my preference, I just thought it wouldn't be popular...
> > > So I'll happily change that.
> >
> > OK. While you're at it, I didn't like the long name either ;-).
> > We do not use the abbrevation txn anywhere, so I think it's bad to
> > introduce it here. I'd vote for spelling out --single-transaction,
> > or maybe just --single. I believe you can abbreviate long switch names
> > to any unique prefix, so there's not really any more typing here.
>
> Changes as discussed. "singletransaction.patch" attached.
>
> options:
> -1 or --single-transaction
>
> Functions work as described.
>
> Best Regards, Simon Riggs

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-02-12 04:04:34 Re: Single-Transaction Utility options
Previous Message Bruce Momjian 2006-02-12 03:55:59 Re: TODO Item - Add system view to show free space map