"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, which plpgsql's FETCH doesn't support. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate