This is a discussion on Any reason not to return row_count in cursor of plpgsql? within the pgsql Hackers forums, part of the PostgreSQL category; --> hi all, I read the code that it seems easy for the cursor in plpgsql to return ROW_COUNT after ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi all, I read the code that it seems easy for the cursor in plpgsql to return ROW_COUNT after MOVE LAST etc. The SPI_processed variable already there, but didn't put it into estate structure, any reason for that? thanks and best regards -laser -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers |