Also, "transactions", not "transaction".
:param kwargs: Further parameters specifying the connection string.
They override the ones specified in *conninfo*.
:param autocommit: If `!True` don't start transactions automatically.
- See `transactions` for details.
+ See :ref:`transactions` for details.
:param row_factory: The row factory specifying what type of records
to create fetching data (default:
`~psycopg.rows.tuple_row()`). See
.. _transactions:
-Transaction management
-======================
+Transactions management
+=======================
Psycopg has a behaviour that may seem surprising compared to
:program:`psql`: by default, any database operation will start a new