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

From: Brendan Jurd <direvus(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Selena Deckelmann <selenamarie(at)gmail(dot)com>, John Naylor <jcnaylor(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net>
Subject: Re: patch: Review handling of MOVE and FETCH (ToDo)
Date: 2009-09-26 05:11:17
Message-ID: 37ed240d0909252211p4f720d59t52ed847a189b5241@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2009/9/19 Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>:
> 2009/9/18 Selena Deckelmann <selenamarie(at)gmail(dot)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(dot)stehule(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ricky Tompu Breaky 2009-09-26 08:00:41 Re: Newbie's question: How can I connect to my postgresql-server?
Previous Message Brendan Jurd 2009-09-26 05:05:12 Re: CREATE LIKE INCLUDING COMMENTS and STORAGES