# DROP USER

DROP USER — 移除資料庫角色

### 語法

```
DROP USER [ IF EXISTS ] name [, ...]
```

### 說明

DROP USER 只是 [DROP ROLE](https://docs.postgresql.tw/11/reference/sql-commands/drop-role) 的另一個寫法。

### 相容性

DROP USER 語法是 PostgreSQL 的延伸功能。SQL 標準將使用者留給實作定義。

### 參閱

[DROP ROLE](https://docs.postgresql.tw/11/reference/sql-commands/drop-role)
