docs: update alter database options for WAL_RETENTION_PERIOD etc.

This commit is contained in:
Benguang Zhao 2023-05-29 16:10:02 +08:00
parent 2ac83ec9c7
commit 7b8f55c4d6
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ alter_database_option: {
| WAL_LEVEL value
| WAL_FSYNC_PERIOD value
| KEEP value
| WAL_RETENTION_PERIOD value
| WAL_RETENTION_SIZE value
}
```