From 65ee2ed0d0da6dd45853b050b4d59634d64479bd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 10 Jan 2024 11:20:15 -0500 Subject: [PATCH] doc: clarify who owns the initdb-created cluster, by default Discussion: https://postgr.es/m/ZZoTBSdKeBG_HZ7A@momjian.us Backpatch-through: 16 --- doc/src/sgml/ref/initdb.sgml | 6 +++--- 1 file 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 - Selects the user name of the + Sets the user name of the bootstrap superuser. - This defaults to the name of the - cluster owner. + This defaults to the name of the operating-system user running + initdb. -- 2.39.5