cursor - Search results

2021-12-15 11:36:44 | Re: ERROR ON INSERTING USING A CURSOR IN EDB POSTGRESQL (hubert depesz lubaczewski)

cursor. There is even no need for procedure, but let's keep it there. Your

2021-12-14 15:22:03 | Re: ERROR ON INSERTING USING A CURSOR IN EDB POSTGRESQL (James Kitambara)

cursors are automatically closed at transaction commit." https:///docs/devel/plpgsql-transactions.html So the explicit CLOSE is not needed

2021-12-14 10:58:37 | Re: ERROR ON INSERTING USING A CURSOR IN EDB POSTGRESQL (Simon Riggs)

cursors are automatically closed at transaction commit." https:///docs/devel/plpgsql-transactions.html So the explicit CLOSE is not needed

2021-12-10 15:40:41 | Re: ERROR ON INSERTING USING A CURSOR IN EDB POSTGRESQL (James Kitambara)

cursor data. Sorry I forget to share the procedure on my first email: Here is a procedure

2021-12-09 10:55:10 | Re: ERROR ON INSERTING USING A CURSOR IN EDB POSTGRESQL (Sandeep Saxena)

inside cursor? On Thu, Dec 9, 2021 at 4:06 PM James Kitambara wrote:

2021-12-09 10:36:34 | ERROR ON INSERTING USING A CURSOR IN EDB POSTGRESQL (James Kitambara)

CURSOR ON THE EDB POSTGRESQL I have the table books2 below with those fields on EDBPostgreSQL