Re: [GENERAL] DECLARE CURSOR

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [GENERAL] DECLARE CURSOR
Дата
Msg-id 200211181738.gAIHcpC28311@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] DECLARE CURSOR  (Haris Peco <snpe@snpe.co.yu>)
Ответы Re: [GENERAL] DECLARE CURSOR  (Haris Peco <snpe@snpe.co.yu>)
Список pgsql-hackers
Haris Peco wrote:
> On Monday 18 November 2002 03:45 pm, Bruce Momjian wrote:
> > Haris Peco wrote:
> > > On Monday 18 November 2002 02:38 pm, Tom Lane wrote:
> > > > snpe <snpe@snpe.co.yu> writes:
> > > > >   is it planed cursor out of a transaction in 7.4 ?
> > > >
> > > > I do not think we will allow cross-transaction cursors ever.  What
> > > > would it mean to have a cross-transaction cursor, anyway?  Does it show
> > > > a frozen snapshot as of the time it was opened?  The usefulness of that
> > > > seems awfully low in comparison to the pain of implementing it.
> > > >
> > > >             regards, tom lane
> > >
> > > It is in TODO list. Can You implement this with savepoint ?
> >
> > I am planning on doing savepoints for 7.4.
> 
> great.
> Is it possible with savepoints next :
> when am I in transaction and any command is error - only this command
> is lost and I continue normal ?

Yes, that will be part of it.  I am working on my proposal today.

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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Haris Peco
Дата:
Сообщение: Re: [GENERAL] DECLARE CURSOR
Следующее
От: Haris Peco
Дата:
Сообщение: Re: [GENERAL] DECLARE CURSOR