Re: Bug in move 0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug in move 0
Дата
Msg-id 8612.960699660@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug in move 0  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Bug in move 0
Список pgsql-bugs
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> We may have documented the behavior, but that doesn't make it right ;-)
>> If someone were to submit a patch to change MOVE 0 into a no-op
>> (without breaking MOVE ALL of course), I'd vote to apply it.

> If we do that, how does one move to the end of a cursor?

MOVE ALL.

The problem right now is just that MOVE ALL is internally represented
as MOVE 0 ... there needs to be a different representation for it.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Bug in move 0
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Bug in move 0