4 lines
115 B
SQL
4 lines
115 B
SQL
set synchronous_commit=remote_apply;
|
|
show synchronous_commit;
|
|
set synchronous_commit=2;
|
|
show synchronous_commit; |