mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 00:46:33 +03:00
e32e1b834e
Introduce ReplicationConnection and ReplicationCursor classes, that incapsulate initiation of special type of PostgreSQL connection and handling of special replication commands only available in this special connection mode. The handling of stream of replication data from the server is modelled largely after the existing support for "COPY table TO file" command and pg_recvlogical tool supplied with PostgreSQL (though, it can also be used for physical replication.) |
||
---|---|---|
.. | ||
__init__.py | ||
_json.py | ||
_range.py | ||
errorcodes.py | ||
extensions.py | ||
extras.py | ||
pool.py | ||
psycopg1.py | ||
tz.py |