Re: MOVE LAST: why?

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: MOVE LAST: why?
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA4961F2D@m0114.s-mxs.net
обсуждение исходный текст
Ответ на MOVE LAST: why?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> 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.

Andreas


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

Предыдущее
От: Ian Barwick
Дата:
Сообщение: Re: psql and readline
Следующее
От: Justin Clift
Дата:
Сообщение: Is the 7.3.1 geometry regression test supposed to pass perfectly on Solaris 8 x86?