File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 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;
103103 <para>
104104 In order to bootstrap the database system, a freshly initialized
105105 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
107107 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
111110 <literal>postgres</literal>. In order to create more roles you
112111 first have to connect as this initial role.
113112 </para>
You can’t perform that action at this time.
0 commit comments