Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ij3uw-0006ny-BF for pgsql-docs@arkaria.postgresql.org; Sun, 22 Dec 2019 16:17:18 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1ij3uu-0004Gi-Uc for pgsql-docs@arkaria.postgresql.org; Sun, 22 Dec 2019 16:17:16 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ij3uu-0004Gb-ND for pgsql-docs@lists.postgresql.org; Sun, 22 Dec 2019 16:17:16 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ij3ur-0006E5-TA for pgsql-docs@lists.postgresql.org; Sun, 22 Dec 2019 16:17:16 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id xBMGH8Sm015073; Sun, 22 Dec 2019 11:17:08 -0500 From: Tom Lane To: xof.it@chof.ch cc: pgsql-docs@lists.postgresql.org Subject: Re: Default user 'postgres' not mentioned in the documentation? In-reply-to: <157702542340.1158.8260600627975942002@wrigleys.postgresql.org> References: <157702542340.1158.8260600627975942002@wrigleys.postgresql.org> Comments: In-reply-to PG Doc comments form message dated "Sun, 22 Dec 2019 14:37:03 +0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <15071.1577031428.1@sss.pgh.pa.us> Date: Sun, 22 Dec 2019 11:17:08 -0500 Message-ID: <15072.1577031428@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk PG Doc comments form writes: > I'm a newbie and may be asking stupid questions... but > shouldn't it be mentioned in the official documentation on this page > https://www.postgresql.org/docs/12/postgres-user.html > that postgresql upon installation automatically creates a system-user that's > called 'postgres' ? No, because Postgres as distributed by us does no such thing. Many vendors' packagings of Postgres create such a user (as is also often true of their packagings of other service-type software). But it's up to the package's documentation to tell you about that. Look for a README-type file installed by the package. regards, tom lane