Re: patch: Review handling of MOVE and FETCH (ToDo)

Поиск
Список
Период
Сортировка
От Brendan Jurd
Тема Re: patch: Review handling of MOVE and FETCH (ToDo)
Дата
Msg-id 37ed240d0909252211p4f720d59t52ed847a189b5241@mail.gmail.com
обсуждение исходный текст
Ответ на Re: patch: Review handling of MOVE and FETCH (ToDo)  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
2009/9/19 Pavel Stehule <pavel.stehule@gmail.com>:
> 2009/9/18 Selena Deckelmann <selenamarie@gmail.com>:
>> Hi!
>>
>> John Naylor and I reviewed this patch. John created two test cases to
>> demonstrated issues described later in this email.  I've attached
>> those for reference.
>>
>> On Thu, Aug 27, 2009 at 8:04 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
>>> Hello,
>>>
>>> this small patch complete MOVE support in plpgsql and equalize plpgsql
>>> syntax with sql syntax.
>>>
>>> There are possible new directions:
>>>
>>> FORWARD expr, FORWARD ALL, BACKWARD expr, BACKWARD all.
>>>
>>> These directions are not allowed for FETCH statement, because returns more rows.
>>>
>>> This patch is related to ToDo issue: Review handling of MOVE and FETCH


Hi Selena and John,

Pavel's latest patch seems to address all the issues you raised in
your initial review.  Do you have any comments on this new revision?
If you're happy that your issues have been resolved, please mark the
patch as Ready for Committer.

Cheers,
BJ


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

Предыдущее
От: Brendan Jurd
Дата:
Сообщение: Re: CREATE LIKE INCLUDING COMMENTS and STORAGES
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen