DROP USER <refpurpose>remove a database role</refpurpose> — データベースロールを削除する
DROP USER [ IF EXISTS ] name
[, ...]
<command>DROP USER</command> is simply an alternate spelling of
<link linkend="sql-droprole"><command>DROP ROLE</command></link>.
DROP USER
はDROP ROLE
の単なる別の綴りです。
The <command>DROP USER</command> statement is a
<productname>PostgreSQL</productname> extension. The SQL standard
leaves the definition of users to the implementation.
DROP USER
文はPostgreSQLの拡張です。
標準SQLでは、ユーザの定義は実装に任されています。