Fix create_replication_slot doc signature

This commit is contained in:
Oleksandr Shulgin 2015-10-13 11:01:13 +02:00
parent 0233620c26
commit ea2b87eade

View File

@ -232,7 +232,7 @@ The individual messages in the replication stream are presented by
>>> cur.identify_system()
{'timeline': 1, 'systemid': '1234567890123456789', 'dbname': 'test', 'xlogpos': '0/1ABCDEF'}
.. method:: create_replication_slot(slot_name, output_plugin=None)
.. method:: create_replication_slot(slot_name, slot_type=None, output_plugin=None)
Create streaming replication slot.