Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.91. pg_user
Prev UpChapter 51. System CatalogsHome Next

51.91. pg_user

The viewpg_user provides access to information about database users. This is simply a publicly readable view ofpg_shadow that blanks out the password field.

Table 51.92. pg_user Columns

NameTypeDescription
usenamenameUser name
usesysidoidID of this user
usecreatedbboolUser can create databases
usesuperboolUser is a superuser
usereplbool User can initiate streaming replication and put the system in and out of backup mode.
usebypassrlsbool User bypasses every row level security policy, seeSection 5.7 for more information.
passwdtextNot the password (always reads as********)
valuntilabstimePassword expiry time (only used for password authentication)
useconfigtext[]Session defaults for run-time configuration variables


Prev Up Next
51.90. pg_timezone_names Home 51.92. pg_user_mappings
epubpdf
Go to PostgreSQL 10
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp