Re: patch: Review handling of MOVE and FETCH (ToDo) - Mailing list pgsql-hackers

From Brendan Jurd
Subject Re: patch: Review handling of MOVE and FETCH (ToDo)
Date
Msg-id 37ed240d0909252211p4f720d59t52ed847a189b5241@mail.gmail.com
Whole thread Raw
In response to Re: patch: Review handling of MOVE and FETCH (ToDo)  (Pavel Stehule <pavel.stehule@gmail.com>)
List 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 by date:

Previous
From: Brendan Jurd
Date:
Subject: Re: CREATE LIKE INCLUDING COMMENTS and STORAGES
Next
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen