pg_group #
The view <structname>pg_group</structname> exists for backwards
compatibility: it emulates a catalog that existed in
<productname>PostgreSQL</productname> before version 8.1.
It shows the names and members of all roles that are marked as not
<structfield>rolcanlogin</structfield>, which is an approximation to the set
of roles that are being used as groups.
pg_groupビューは下位互換のために存在しています。
バージョン8.1以前のPostgreSQLのカタログを模擬しています。
このビューは、rolcanloginとしてマークされていない、すべてのロールの名前とメンバを保持しています。
これはグループとして使用されているロールの集合と似ています。
表53.9 pg_groupの列
Column Type 列 型 Description 説明 |
|---|
Name of the group グループの名前 |
ID of this group グループのID |
An array containing the IDs of the roles in this group このグループのロールIDを含む配列 |