Simon Riggs wrote:
> > > If you add pg_subtrans, you will need to make recovery work all over
> > > again...really, you don't want to be doing that, do you?
> > > 
> > > I also have other questions....
> > > Forgive my lack of attention: I want SAVEPOINTs, not subtransactions...
> > > how do we do those? 
> > 
> > Savepoints are basically just a BEGIN at the save point, and a ROLLBACK
> > to get you back to the saved spot.  It is just window-dressing on top of
> > nested transactions.
> > 
> 
> OK, but is anybody working on the window dressing bit, so that we have
> ANSI compliant commands?

Not sure but that part should be easy once we have the stuff working.

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

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to