Re: MOVE LAST: why?

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: MOVE LAST: why?
Дата
Msg-id 3E1CC285.3EC651FC@tpf.co.jp
обсуждение исходный текст
Ответ на Re: MOVE LAST: why?  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
Список pgsql-hackers
Zeugswetter Andreas SB SD wrote:
> 
> > FETCH LAST should return the last one row.
> > FETCH RELATIVE m should return a row after skipping
> > m rows if we follow the SQL standard and so the current
> > implementation of FETCH RELATIVE is broken.
> 
> Yes, the syntax could probably be
> FETCH [n] RELATIVE m
> to keep the functionality to fetch n rows at once and not only one
> after skipping m rows.

What I've thought is FETCH RELATIVE m [n].
Either is OK to me.

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


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: MOVE LAST: why?
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: UTF-8 encoding question regarding PhpPgAdmin