Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
52.25. pg_shadow
Prev UpChapter 52. System ViewsHome Next

52.25. 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 52.25. pg_shadow Columns

Column Type

Description

usenamename (referencespg_authid.rolname)

User name

usesysidoid (referencespg_authid.oid)

ID 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.9 for more information.

passwdtext

Password (possibly encrypted); null if none. Seepg_authid for details of how encrypted passwords are stored.

valuntiltimestamptz

Password expiry time (only used for password authentication)

useconfigtext[]

Session defaults for run-time configuration variables



Prev Up Next
52.24. pg_settings Home 52.26. pg_shmem_allocations
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp