diff options
-rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index d43c91575c0..cd75cae10e2 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -417,10 +417,10 @@ PostgreSQL documentation <term><option>--username=<replaceable class="parameter">username</replaceable></option></term> <listitem> <para> - Selects the user name of the + Sets the user name of the <glossterm linkend="glossary-bootstrap-superuser">bootstrap superuser</glossterm>. - This defaults to the name of the - <glossterm linkend="glossary-cluster-owner">cluster owner</glossterm>. + This defaults to the name of the operating-system user running + <command>initdb</command>. </para> </listitem> </varlistentry> |