psycopg2/doc/src
Oleksandr Shulgin e32e1b834e Add support for streaming replication protocol
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.)
2015-06-01 11:45:04 +02:00
..
_static Added summary data types conversion table to the docs 2013-03-18 19:22:31 +00:00
tools Added makefile target to upload docs 2015-05-03 10:30:33 +01:00
advanced.rst Correction to type adaption example, making it more transparent 2014-11-02 14:15:51 +01:00
conf.py Point tickets to GitHub instead of Lighthouse 2014-08-31 03:05:03 +01:00
connection.rst Wordsmith on connection.set_session() 2015-05-03 10:30:05 +01:00
cursor.rst Added note about table names to be escaped in copy_*() methods. 2015-05-03 10:30:28 +01:00
errorcodes.rst Document we known 9.4 errorcodes 2014-08-24 22:11:21 +01:00
extensions.rst Added documentation about the lo64 support 2014-12-25 15:06:18 +01:00
extras.rst Add support for streaming replication protocol 2015-06-01 11:45:04 +02:00
faq.rst Added documentation about the lo64 support 2014-12-25 15:06:18 +01:00
index.rst Move the extras module up in the docs 2014-08-24 22:10:24 +01:00
install.rst Added info about running the test suite in the docs 2014-08-24 02:06:09 +01:00
Makefile Documentation dir reordered. 2010-02-14 16:45:36 +00:00
module.rst Fixed doc example about Error attributes 2014-08-24 22:08:33 +01:00
news.rst NEWS file reformatted to reST and included in the docs 2013-03-18 15:42:10 +00:00
pool.rst Docs cleanup by Josh Kupershmidt 2011-11-01 07:09:51 +00:00
tz.rst Documentation cleanup 2011-02-19 16:16:28 +00:00
usage.rst Improve docs about connection's with only closing the transaction 2015-05-03 12:01:06 +01:00