mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-06-29 17:23:07 +03:00
A few index entries fixed.
This commit is contained in:
parent
e0065bfbef
commit
d081d533b9
|
@ -27,8 +27,8 @@ The ``connection`` class
|
||||||
:class:`extensions.cursor`. See :ref:`subclassing-cursor` for details.
|
:class:`extensions.cursor`. See :ref:`subclassing-cursor` for details.
|
||||||
|
|
||||||
|
|
||||||
.. index:
|
.. index::
|
||||||
pair: Transaction, Commit
|
pair: Transaction; Commit
|
||||||
|
|
||||||
.. method:: commit()
|
.. method:: commit()
|
||||||
|
|
||||||
|
@ -37,8 +37,8 @@ The ``connection`` class
|
||||||
:meth:`connection.set_isolation_level()`.
|
:meth:`connection.set_isolation_level()`.
|
||||||
|
|
||||||
|
|
||||||
.. index:
|
.. index::
|
||||||
pair: Transaction, Rollback
|
pair: Transaction; Rollback
|
||||||
|
|
||||||
.. method:: rollback()
|
.. method:: rollback()
|
||||||
|
|
||||||
|
@ -74,8 +74,8 @@ The ``connection`` class
|
||||||
connection.
|
connection.
|
||||||
|
|
||||||
|
|
||||||
.. index:
|
.. index::
|
||||||
single: Autocommit
|
pair: Transaction; Autocommit
|
||||||
pair: Transaction; Isolation level
|
pair: Transaction; Isolation level
|
||||||
|
|
||||||
.. attribute:: isolation_level
|
.. attribute:: isolation_level
|
||||||
|
|
|
@ -39,6 +39,10 @@ functionalities defined by the |DBAPI 2.0|.
|
||||||
.. todo:: finish module extensions
|
.. todo:: finish module extensions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
pair: Isolation level; Constants
|
||||||
|
|
||||||
.. _isolation-level-constants:
|
.. _isolation-level-constants:
|
||||||
|
|
||||||
Isolation level constants
|
Isolation level constants
|
||||||
|
@ -88,6 +92,10 @@ one of the following constants:
|
||||||
PostgreSQL documentation.
|
PostgreSQL documentation.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
pair: Transaction status; Constants
|
||||||
|
|
||||||
.. _transaction-status-constants:
|
.. _transaction-status-constants:
|
||||||
|
|
||||||
Transaction status constants
|
Transaction status constants
|
||||||
|
@ -117,6 +125,10 @@ can be read using the :meth:`connection.get_transaction_status()` method.
|
||||||
Reported if the connection with the server is bad.
|
Reported if the connection with the server is bad.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
pair: Connection status; Constants
|
||||||
|
|
||||||
.. _connection-status-constants:
|
.. _connection-status-constants:
|
||||||
|
|
||||||
Connection status constants
|
Connection status constants
|
||||||
|
|
Loading…
Reference in New Issue
Block a user