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 | 65ee2ed0d0da6dd45853b050b4d59634d64479bd (patch) | |
tree | 710f0d81c3f7e359437c3f09c696c0be6e4e5c1a | |
parent | a12774ba0e0a6125f46d8ddd59a5afe83a6e7a78 (diff) |
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 22f1011781f..74bf95b7f32 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -395,10 +395,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> |