For the complete documentation index, see llms.txt. This page is also available as Markdown.

DROP USER

DROP USER — 移除資料庫角色

語法

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

說明

DROP USER 只是 DROP ROLE 的另一個寫法。

相容性

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

參閱

DROP ROLE

Last updated

Was this helpful?