]> begriffs open source - ai-pg/blob - full-docs/txt/view-pg-user.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / view-pg-user.txt
1
2 53.35. pg_user #
3
4    The view pg_user provides access to information about database users.
5    This is simply a publicly readable view of pg_shadow that blanks out
6    the password field.
7
8    Table 53.35. pg_user Columns
9
10    Column Type
11
12    Description
13
14    usename name
15
16    User name
17
18    usesysid oid
19
20    ID of this user
21
22    usecreatedb bool
23
24    User can create databases
25
26    usesuper bool
27
28    User is a superuser
29
30    userepl bool
31
32    User can initiate streaming replication and put the system in and out
33    of backup mode.
34
35    usebypassrls bool
36
37    User bypasses every row-level security policy, see Section 5.9 for more
38    information.
39
40    passwd text
41
42    Not the password (always reads as ********)
43
44    valuntil timestamptz
45
46    Password expiry time (only used for password authentication)
47
48    useconfig text[]
49
50    Session defaults for run-time configuration variables