Skip to content

Commit 65ee2ed

Browse files
committed
doc: clarify who owns the initdb-created cluster, by default
Discussion: https://postgr.es/m/ZZoTBSdKeBG_HZ7A@momjian.us Backpatch-through: 16
1 parent a12774b commit 65ee2ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/initdb.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,10 @@ PostgreSQL documentation
395395
<term><option>--username=<replaceable class="parameter">username</replaceable></option></term>
396396
<listitem>
397397
<para>
398-
Selects the user name of the
398+
Sets the user name of the
399399
<glossterm linkend="glossary-bootstrap-superuser">bootstrap superuser</glossterm>.
400-
This defaults to the name of the
401-
<glossterm linkend="glossary-cluster-owner">cluster owner</glossterm>.
400+
This defaults to the name of the operating-system user running
401+
<command>initdb</command>.
402402
</para>
403403
</listitem>
404404
</varlistentry>

0 commit comments

Comments
 (0)