fix typo in Usage.html page in documentation

This commit is contained in:
Amirsoroush 2023-04-23 01:19:01 +03:00 committed by Daniele Varrazzo
parent 5108191aa5
commit 3450d159b5

View File

@ -860,7 +860,7 @@ Server side cursors
When a database query is executed, the Psycopg `cursor` usually fetches
all the records returned by the backend, transferring them to the client
process. If the query returned an huge amount of data, a proportionally large
process. If the query returns a huge amount of data, a proportionally large
amount of memory will be allocated by the client.
If the dataset is too large to be practically handled on the client side, it is