ALTER SYSTEM
語法
ALTER SYSTEM SET configuration_parameter { TO | = } { value | 'value' | DEFAULT }
ALTER SYSTEM RESET configuration_parameter
ALTER SYSTEM RESET ALL說明
參數
注意
範例
相容性
參閱
Last updated
Was this helpful?
ALTER SYSTEM SET configuration_parameter { TO | = } { value | 'value' | DEFAULT }
ALTER SYSTEM RESET configuration_parameter
ALTER SYSTEM RESET ALLLast updated
Was this helpful?
Was this helpful?
ALTER SYSTEM SET wal_level = replica;ALTER SYSTEM RESET wal_level;