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 1iXMDX-0001GX-UF for pgsql-docs@arkaria.postgresql.org; Wed, 20 Nov 2019 09:24:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1iXMDW-0000TS-MU for pgsql-docs@arkaria.postgresql.org; Wed, 20 Nov 2019 09:24:06 +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 1iXMDW-0000Sy-Ap for pgsql-docs@lists.postgresql.org; Wed, 20 Nov 2019 09:24:06 +0000 Received: from mail-wm1-x341.google.com ([2a00:1450:4864:20::341]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iXMDS-0000Uf-8f for pgsql-docs@lists.postgresql.org; Wed, 20 Nov 2019 09:24:05 +0000 Received: by mail-wm1-x341.google.com with SMTP id 8so6983581wmo.0 for ; Wed, 20 Nov 2019 01:24:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cybertec-at.20150623.gappssmtp.com; s=20150623; h=message-id:subject:from:to:cc:date:in-reply-to:references :user-agent:mime-version:content-transfer-encoding; bh=NV5dPV2siATqdfjfY2grR2jQ/JmHZMa3GppH/sHLuE0=; b=0bczZp/AzJZSEw2VJevRvS78MTwM0DImqIPVOBVos8oLjyAPh2KH2o8KHl3Ptv386l a/a4kYTKavbc1LGBET3LrIfibQ5uTkk62YgO7amMDgh5dNo5ZV+9Kv8IqMojKZ84Z+oZ MMPjfUF4t+CMjbafmpIZZoZyDEQkDMVH5Ugxq34xeXqfhe0AiZGiiIfwk3BEGa1AbPsv j14h67ujE79193HDs9WPgy4m5Ojf1LQzhMmzZ4RjYAdwpJvSfBzogUVQRBmE0KamVoEO /vzYqPiefOeRkavgp+S2NrRqI0/hinpI4rxIOMNl2c0Y1koUHtXYsyxnTcG2x1vjtkew V8yQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=NV5dPV2siATqdfjfY2grR2jQ/JmHZMa3GppH/sHLuE0=; b=gRp09CxXxuII8JUY1WERVbvvex4b4VVEkj78KzSo7Lrz+CQux8KOrw1MsILlHpqL9G nhkyXAtc6RszjFTM50awcLi/oirO2dxv7SwC2NudFtC2ACZcjTKsLwDd3F8n4Zd+hHoN i8zXiY4qR8zUMCMkd/qqIkHWbRPZ2IxEzNmC+VzfR33QDfHoMOO/4L6tRKD4OcCkcXjw a2qnxbfoVsV2F2Eiu2t9vUuPXbHSQ65idV8C5N7NMW+fHO18RuMFc4J8M1WIVviVf2GA j4J7ueka7Fqx/SgoO/qDV48SV9ejvvIDYFKBfcsdZhilp7IxAD1BsEGPET+2r6ACGXkM Byiw== X-Gm-Message-State: APjAAAXfBFhKX8tmil3RBsR/5gj9V7a2L7mUd+iO9QdWnw47a3ZTS/e/ ZFmIhdTtPmYJM/+wGLFfR3vpYQ== X-Google-Smtp-Source: APXvYqxGNbOqr0iloJ0eLOF9fx+jLHG6Oc7EUxdREmrlK8RjN7WSCJbqAUWv1L5dOkJUftjcFPB0aA== X-Received: by 2002:a7b:c642:: with SMTP id q2mr1918212wmk.169.1574241839869; Wed, 20 Nov 2019 01:23:59 -0800 (PST) Received: from localhost.localdomain ([212.186.219.234]) by smtp.gmail.com with ESMTPSA id j7sm33021372wro.54.2019.11.20.01.23.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Nov 2019 01:23:59 -0800 (PST) Message-ID: <499cdbb4de37edd9ba17f71caa89d04e2a3192dc.camel@cybertec.at> Subject: Re: GSoD - a patch for Getting Started tutorial From: Laurenz Albe To: Liudmila Mantrova Cc: pgsql-docs@lists.postgresql.org, Stephen Frost , Sarah Conway Schnurr Date: Wed, 20 Nov 2019 10:23:58 +0100 In-Reply-To: References: <54907b90aa20e603eb4204153c7dd5790ce258a4.camel@cybertec.at> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.32.4 (3.32.4-1.fc30) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Tue, 2019-11-19 at 18:22 +0300, Liudmila Mantrova wrote: > > The binaries for Fedora Linux use "trust". > > Fedora 31 seems to be using peer. What am I missing? > > [root@localhost ~]# /usr/pgsql-12/bin/postgresql-12-setup initdb > Initializing database ... OK > ... > [root@localhost ~]# grep '^local' /var/lib/pgsql/12/data/pg_hba.conf > local all all peer > local replication all peer I never realized that there is a "postgresql-12-setup" script included in these packages. I have always used "initdb" directly, and if I don't specify the -A option explicitly, I get "trust". Yours, Laurenz Albe