Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
50.93. pg_user
Prev UpChapter 50. System CatalogsHome Next

50.93. 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 50.94. pg_user Columns

Column Type

Description

usenamename

User name

usesysidoid

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

Not the password (always reads as********)

valuntiltimestamptz

Password expiry time (only used for password authentication)

useconfigtext[]

Session defaults for run-time configuration variables



Prev Up Next
50.92. pg_timezone_names Home 50.94. pg_user_mappings
pdfepub
Go to Postgres Pro Standard 13
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp