Justin Pryzby <pry...@telsasoft.com> writes: > This causes the server to crash during FETCH.
> ts=# begin; declare b cursor for VALUES(1); fetch 100 in b; > BEGIN > DECLARE CURSOR > server closed the connection unexpectedly > This probably means the server terminated abnormally > before or while processing the request. > The connection to the server was lost. Attempting reset: Failed. Hm, works for me: regression=# begin; declare b cursor for VALUES(1); fetch 100 in b; BEGIN DECLARE CURSOR column1 --------- 1 (1 row) regards, tom lane