mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 09:24:07 +03:00
Fix typo 'againts'
This commit is contained in:
parent
8a18ff7699
commit
4097b4f2a0
|
@ -1018,7 +1018,7 @@ Fast execution helpers
|
|||
|
||||
The current implementation of `~cursor.executemany()` is (using an extremely
|
||||
charitable understatement) not particularly performing. These functions can
|
||||
be used to speed up the repeated execution of a statement againts a set of
|
||||
be used to speed up the repeated execution of a statement against a set of
|
||||
parameters. By reducing the number of server roundtrips the performance can be
|
||||
`orders of magnitude better`__ than using `!executemany()`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user