File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,10 @@ SELECT rolname FROM pg_roles WHERE rolcanlogin;
103
103
<para>
104
104
In order to bootstrap the database system, a freshly initialized
105
105
system always contains one predefined login-capable role. This role
106
- is always a <quote>superuser</quote>, and by default it will have
106
+ is always a <quote>superuser</quote>, and it will have
107
107
the same name as the operating system user that initialized the
108
- database cluster, unless another name is specified while
109
- running <command>initdb</command>.
110
- It is common, but not required, to arrange for this role to be named
108
+ database cluster with <command>initdb</command> unless a different name
109
+ is specified. This role is often named
111
110
<literal>postgres</literal>. In order to create more roles you
112
111
first have to connect as this initial role.
113
112
</para>
You can’t perform that action at this time.
0 commit comments