Re: [HACKERS] pgsql crollable cursor doesn't support one form of postgresql's cursors

2007-04-19 Thread Tom Lane
"Pavel Stehule" <[EMAIL PROTECTED]> writes: > I found one unsupported form plpgsql's fetch statement which is supported > by postgresql. > PostgreSQL knows > FETCH 3 FROM > but plpgsql needs everytime direction's keyword. No, I think that's OK, because that form specifies fetching 3 rows,

[HACKERS] pgsql crollable cursor doesn't support one form of postgresql's cursors

2007-04-19 Thread Pavel Stehule
Hello, I found one unsupported form plpgsql's fetch statement which is supported by postgresql. PostgreSQL knows FETCH 3 FROM but plpgsql needs everytime direction's keyword. It's need small fix. I am sorry. Regards Pavel Stehule _