Skip to content

Commit e461f59

Browse files
committed
+1 example to append_conf()
1 parent 5650e8a commit e461f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: testgres/node.py

+1
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ def append_conf(self, line='', filename=PG_CONF_FILE, **kwargs):
533533
Examples:
534534
append_conf(fsync=False)
535535
append_conf('log_connections = yes')
536+
append_conf(random_page_cost=1.5, fsync=True, ...)
536537
append_conf('postgresql.conf', 'synchronous_commit = off')
537538
"""
538539

0 commit comments

Comments
 (0)