バージョンごとのドキュメント一覧

DROP USER

DROP USER <refpurpose>remove a database role</refpurpose> — データベースロールを削除する

概要

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

説明

<title>Description</title>

<command>DROP USER</command> is simply an alternate spelling of <link linkend="sql-droprole"><command>DROP ROLE</command></link>. DROP USERDROP ROLEの単なる別の綴りです。

互換性

<title>Compatibility</title>

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では、ユーザの定義は実装に任されています。

関連項目

<title>See Also</title> DROP ROLE