"Foster, Stephen" <stephenlfoster@xxxxxxxxxxx> writes: > WHILE (--Lost on variable name for end of query; > EmptyQueryResponse <> 0? --) WHILE FOUND LOOP ... END LOOP Although as Michael mentioned, this is all the hard way; any experienced plpgsql programmer would forget the cursor entirely and just write a FOR-loop. regards, tom lane