Re: ECPG cursor examples should include EXEC SQL WHENEVER NOT FOUND CONTINUE; after the while loop

2021-08-18 Thread Bruce Momjian
On Sat, Jul 3, 2021 at 11:54:11AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/13/ecpg-variables.html > Description: > > Without this line: > EXEC SQL WHENEVER NOT FOUND CONTINUE; > after the

ECPG cursor examples should include EXEC SQL WHENEVER NOT FOUND CONTINUE; after the while loop

2021-07-04 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/ecpg-variables.html Description: Without this line: EXEC SQL WHENEVER NOT FOUND CONTINUE; after the while(1), I find that ECPG CURSOR examples fail. For example, this example under