"Foster, Stephen" <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to