2009/9/29 Tom Lane :
> Pavel Stehule writes:
>> I am sending actualised patch as per John comment.
>
> Applied with minor fixes (mostly around MOVE ALL).
>
thank you
Pavel
> regards, tom lane
>
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make
Pavel Stehule writes:
> I am sending actualised patch as per John comment.
Applied with minor fixes (mostly around MOVE ALL).
regards, tom lane
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgre
2009/9/28 John Naylor :
> Pavel,
>
> It looks good. My last email didn't go to -hackers, since I wasn't
> subscribed. I had to resend to -hackers so there will be a link for
> the commitfest page. I think you might have to resend your latest
> patch to the list. Sorry!
nothing, patch attached
Pav
2009/9/19 Pavel Stehule :
> 2009/9/18 Selena Deckelmann :
>> 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
>> wrote:
Hello
2009/9/18 Selena Deckelmann :
> 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
> wrote:
>> Hello,
>>
>> this small pa
ok, thank you, I'll look on these issues early
regards
Pavel
2009/9/18 Selena Deckelmann :
> 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 P
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 wrote:
> Hello,
>
> this small patch complete MOVE support in plpgsql and equalize plpgs
Pavel Stehule wrote:
> this small patch complete MOVE support in plpgsql and equalize
plpgsql
> syntax with sql syntax.
Quick correction on the doc changes:
s/similar as for/similar to/
-Kevin
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your s
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 relate