pg_user
#
The view <structname>pg_user</structname> provides access to
information about database users. This is simply a publicly
readable view of
<link linkend="view-pg-shadow"><structname>pg_shadow</structname></link>
that blanks out the password field.
pg_user
ビューはデータベースユーザに関する情報へのアクセスを提供します。
これはパスワードフィールドを隠蔽したpg_shadow
を公に読めるようにしたビューです。
表52.33 pg_user
の列
Column Type 列 型 Description 説明 |
---|
User name ユーザ名 |
ID of this user ユーザID |
User can create databases ユーザはデータベースを作成可能です。 |
User is a superuser ユーザはスーパーユーザです。 |
User can initiate streaming replication and put the system in and out of backup mode. ユーザはストリーミングレプリケーションを開始することができ、システムをバックアップモードにしたり、戻したりできます。 |
User bypasses every row-level security policy, see <xref linkend="ddl-rowsecurity"/> for more information. ユーザはすべての行単位セキュリティポリシーを無視します。 詳しくは5.9を参照してください。 |
Not the password (always reads as <literal>********</literal>)
パスワードでありません(常に |
Password expiry time (only used for password authentication) パスワード有効期限(パスワード認証でのみ使用) |
Session defaults for run-time configuration variables 実行時設定変数のセッションデフォルト |