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

2009-09-29 Thread Tom Lane
Pavel Stehule pavel.steh...@gmail.com 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

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

2009-09-29 Thread Pavel Stehule
2009/9/29 Tom Lane t...@sss.pgh.pa.us: Pavel Stehule pavel.steh...@gmail.com 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

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

2009-09-28 Thread Pavel Stehule
2009/9/28 John Naylor jcnay...@gmail.com: 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

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

2009-09-25 Thread Brendan Jurd
2009/9/19 Pavel Stehule pavel.steh...@gmail.com: 2009/9/18 Selena Deckelmann selenama...@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

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

2009-09-18 Thread Pavel Stehule
Hello 2009/9/18 Selena Deckelmann selenama...@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.steh...@gmail.com

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

2009-09-17 Thread 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 pavel.steh...@gmail.com wrote: Hello, this small patch complete MOVE support in

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

2009-09-17 Thread Pavel Stehule
ok, thank you, I'll look on these issues early regards Pavel 2009/9/18 Selena Deckelmann selenama...@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,

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

2009-08-28 Thread Kevin Grittner
Pavel Stehule pavel.steh...@gmail.com 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

[HACKERS] patch: Review handling of MOVE and FETCH (ToDo)

2009-08-27 Thread Pavel Stehule
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