Update sync.py

This commit is contained in:
Alexander Kukushkin
2023-10-24 11:43:26 +02:00
committed by GitHub
parent 7794f9c7c8
commit a9e1d67904
+1 -1
View File
@@ -381,7 +381,7 @@ END;$$""")
def set_synchronous_standby_names(self, sync: Collection[str], num: Optional[int] = None) -> None:
"""Constructs and sets ``synchronous_standby_names`` GUC value.
.. note::
standbys in ``synchronous_standby_names`` will be sorted by name.