1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

doc: clarify who owns the initdb-created cluster, by default

Discussion: https://postgr.es/m/ZZoTBSdKeBG_HZ7A@momjian.us

Backpatch-through: 16
This commit is contained in:
Bruce Momjian
2024-01-10 11:20:15 -05:00
parent a12774ba0e
commit 65ee2ed0d0

View File

@ -395,10 +395,10 @@ PostgreSQL documentation
<term><option>--username=<replaceable class="parameter">username</replaceable></option></term> <term><option>--username=<replaceable class="parameter">username</replaceable></option></term>
<listitem> <listitem>
<para> <para>
Selects the user name of the Sets the user name of the
<glossterm linkend="glossary-bootstrap-superuser">bootstrap superuser</glossterm>. <glossterm linkend="glossary-bootstrap-superuser">bootstrap superuser</glossterm>.
This defaults to the name of the This defaults to the name of the operating-system user running
<glossterm linkend="glossary-cluster-owner">cluster owner</glossterm>. <command>initdb</command>.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>