Re: actualised forgotten Magnus's patch for plpgsql MOVE statement

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: actualised forgotten Magnus's patch for plpgsql MOVE statement
Дата
Msg-id 200709122141.l8CLfEs18771@momjian.us
обсуждение исходный текст
Ответ на Re: actualised forgotten Magnus's patch for plpgsql MOVE statement  ("Pavel Stehule" <pavel.stehule@hotmail.com>)
Список pgsql-patches
This has been saved for the 8.4 release:

    http://momjian.postgresql.org/cgi-bin/pgpatches_hold

---------------------------------------------------------------------------

Pavel Stehule wrote:
>
> >I would argue that we should likewise not allow them in plpgsql's MOVE,
> >although this is more of a judgment call than is the case for FETCH.
> >I just don't think it's a good idea to provide two redundant ways to do
> >the same thing, when we might want to make one of the ways mean
> >something else later.  There's no upside and there might be a downside.
> >
>
> It's question. There are lot of links to FETCH in doc, and we support from
> FETCH direction only subset. It needs at least notice in documentation. When
> I testeid MOVE I found an form
> MOVE FORWARD 10 ... more natural than MOVE RELATIVE 10 and if we support
> MOVE FORWARD ... then is logic support MOVE FORWARD n ,
>
> else FORWARD, BACKWARD are nonstandard and MOVE statement too.
>
> Regards
> Pavel Stehule
>
> _________________________________________________________________
> Citite se osamele? Poznejte nekoho vyjmecneho diky Match.com.
> http://www.msn.cz/
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

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

Предыдущее
От: "Florian G. Pflug"
Дата:
Сообщение: Use latestCompletedXid to slightly optimize TransactionIdIsInProgress
Следующее
От: ITAGAKI Takahiro
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Remove QueryOperand->istrue flag, it was used only in cover