Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
52.36. pg_user
Prev UpChapter 52. System ViewsHome Next

52.36. 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 52.36. 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.9 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
52.35. pg_timezone_names Home 52.37. pg_user_mappings
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