-
Notifications
You must be signed in to change notification settings - Fork 212
Expand file tree
/
Copy pathpg_profile.dat
More file actions
28 lines (23 loc) · 1.03 KB
/
pg_profile.dat
File metadata and controls
28 lines (23 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#----------------------------------------------------------------------
#
# pg_profile.dat
# Initial contents of the pg_profile system catalog.
#
# Copyright (c) 2023, Cloudberry Database, HashData Technology Limited.
#
# src/include/catalog/pg_profile.dat
#
#----------------------------------------------------------------------
[
# The C code typically refers to these roles using the #define symbols,
# so make sure every entry has an oid_symbol value.
# The bootstrap superuser is named POSTGRES according to this data and
# according to BKI_DEFAULT entries in other catalogs. However, initdb
# will replace that at database initialization time.
{ oid => '10140', oid_symbol => 'DEFAULT_PROFILE',
descr => 'default profile',
prfname => 'pg_default', prffailedloginattempts => '-2', prfpasswordlocktime => '-2',
prfpasswordlifetime => '-2', prfpasswordgracetime => '-2', prfpasswordreusetime => '-2',
prfpasswordreusemax => '0', prfpasswordallowhashed => '1', prfpasswordverifyfuncdb => '_null_',
prfpasswordverifyfunc => '_null_' }
]