mirror of
https://github.com/postgres/postgres.git
synced 2025-05-26 18:17:33 +03:00
Clarify that nrows() is the number of rows processed, versus the number of rows returned, which can be obtained using len. Also add tests about that.