Skip to content

Commit

Permalink
remove force
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed May 22, 2024
1 parent cac20e1 commit 4bc5ab0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/nightly/en/reference/sql/drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
## DROP DATABASE

`DROP DATABASE` drops a database. It removes the catalog entries for the database and deletes the directory containing the data.
It cannot be executed while you are connected to the target database.
Also, if anyone else is connected to the target database, this command will fail unless you use the `FORCE` option described below.

:::danger Danger

Expand Down
2 changes: 0 additions & 2 deletions docs/nightly/zh/reference/sql/drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
## DROP DATABASE

`DROP DATABASE` 用于删除数据库,它删除数据库的目录项并删除包含数据的目录。
当你正在连接到目标数据库时无法执行该命令。
如果有其他人正在连接到目标数据库,需要使用下方描述的 `FORCE` 选项强制删除。

:::danger 危险操作

Expand Down

0 comments on commit 4bc5ab0

Please sign in to comment.