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

DROP GROUP

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

概要

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

説明

<title>Description</title>

<command>DROP GROUP</command> is now an alias for <link linkend="sql-droprole"><command>DROP ROLE</command></link>. DROP GROUPDROP ROLEの別名になりました。

互換性

<title>Compatibility</title>

There is no <command>DROP GROUP</command> statement in the SQL standard. 標準SQLにはDROP GROUP文はありません。

関連項目

<title>See Also</title> DROP ROLE