Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.86. pg_shadow
Prev UpChapter 51. System CatalogsHome Next

51.86. 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 51.87. 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.8 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
51.85. pg_settings Home 51.87. pg_shmem_allocations
pdfepub
Go to PostgreSQL 13
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp