Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
50.87. pg_shadow
Prev UpChapter 50. System CatalogsHome Next

50.87. pg_shadow

The viewpg_shadow exists for backwards compatibility: it emulates a catalog that existed inPostgreSQL before version 8.1. It shows properties of all roles that are marked asrolcanlogin inpg_authid.

The name stems from the fact that this table should not be readable by the public since it contains passwords.pg_user is a publicly readable view onpg_shadow that blanks out the password field.

Table 50.88. pg_shadow Columns

NameTypeReferencesDescription
usenamenamepg_authid.rolnameUser name
usesysidoidpg_authid.oidID of this user
usecreatedbbool User can create databases
usesuperbool User 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.
passwdtext Password (possibly encrypted); null if none. Seepg_authid for details of how encrypted passwords are stored.
valuntilabstime Password expiry time (only used for password authentication)
useconfigtext[] Session defaults for run-time configuration variables


Prev Up Next
50.86. pg_settings Home 50.88. pg_stats
epubpdf
Go to Postgres Pro Standard 11
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp