This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5cdab750a64 [doc] Update RECOVER.md , Modify error description (#2836)
5cdab750a64 is described below
commit 5cdab750a642ccad5b44c9d28bac3d5dcad75cfb
Author: AkatsukiNagato <[email protected]>
AuthorDate: Wed Dec 31 01:50:28 2025 +0800
[doc] Update RECOVER.md , Modify error description (#2836)
[doc] Update RECOVER.md , Modify error description
## Versions
- [x] dev
- [x] 3.0
- [x] 2.1
- [ ] 2.0
## Languages
- [x] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
.../current/sql-manual/sql-statements/recycle/RECOVER.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/recycle/RECOVER.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/recycle/RECOVER.md
index 82397d36c24..ba1bc5e66ac 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/recycle/RECOVER.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/recycle/RECOVER.md
@@ -35,7 +35,7 @@ RECOVER { DATABASE <db_name> [<db_id>] [AS <new_db_name>]
恢复分区
**1. `<partition_name>`**
-> 要恢复的数据库名称。
+> 要恢复的分区名称。
**2. `<table_name>`**
> 要恢复的分区所在的表名称。
@@ -138,4 +138,4 @@ RECOVER { DATABASE <db_name> [<db_id>] [AS <new_db_name>]
```sql
RECOVER PARTITION p1 p1_id AS new_p1 FROM example_tbl;
- ```
\ No newline at end of file
+ ```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]