mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 12:50:32 +03:00
Fix create_replication_slot doc signature
This commit is contained in:
parent
0233620c26
commit
ea2b87eade
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user