Re: MOVE LAST: why?

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: MOVE LAST: why?
Дата
Msg-id 3E21FC5A.5FEE7FFC@tpf.co.jp
обсуждение исходный текст
Ответ на Re: MOVE LAST: why?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: MOVE LAST: why?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> 
> Hiroshi Inoue wrote:
> > > Honestly I'm not so enthusiastic about scrollable cursors.
> > > Even though PostgreSQL provides an efficient scrollable
> > > cursor, I would use it little unless it could survive
> > > across transactions.
> > >
> > > Anyway it's too bad that FETCH LAST means FETCH ALL.
> >
> > I would remove LAST, RELATIVE and SCROLL keywords
> > for cursor related operations if there's no objection.
> 
> Are you suggesting removing FETCH LAST _and_ MOVE LAST?. 

Yes. Should cursors be positioned on the last row
or EOF by MOVE LAST ? Anyway I see no necessity to use
the standard keyword LAST currently.

> I think MOVE LAST works well.

regards,
Hiroshi Inouehttp://w2422.nsk.ne.jp/~inoue/


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SQL flagger
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: MOVE LAST: why?