diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-01-10 11:20:15 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-01-10 11:20:15 -0500 |
commit | 5b2da240e01ecaef8181b0feebaeb69e6fefdaa0 (patch) | |
tree | fa05f3b38b122c7fee6c09fe7866cc9a7da3bea0 | |
parent | cd02b35a4609090e6c4e4fc3d8bd055c559dea1b (diff) | |
download | postgresql-5b2da240e01ecaef8181b0feebaeb69e6fefdaa0.tar.gz postgresql-5b2da240e01ecaef8181b0feebaeb69e6fefdaa0.zip |
doc: clarify who owns the initdb-created cluster, by default
Discussion: https://postgr.es/m/ZZoTBSdKeBG_HZ7A@momjian.us
Backpatch-through: 16
-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> |