From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id QItLL89k1WRzEQAASxT56A (envelope-from ) for ; Fri, 11 Aug 2023 00:29:35 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id cMnsLs9k1WRvpQAAG6o9tA (envelope-from ) for ; Fri, 11 Aug 2023 00:29:35 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 361FF650DB for ; Fri, 11 Aug 2023 00:29:35 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=HarIz0IP; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1691706575; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=2i6j4CYaa6VK+2l4US1nqKNH74mdPhZgUeTvz4RkQjc=; b=W+2Ry6ZTbXRl5JXv0Z+0T3Ke5DDTKeezdgevRMJUhfMjbrX1Jq6BqIEiq9RuMHFkq+7VyN JaIE3KFmNtXBJvVyfDOxSW89twJA4Om1No1bxJ//nnJLZx+V32NNH6cmWWm+bIQNRslXSs Cg17BUrQhgirkuzNZj1ww7Sgo04+KsnyP+A9YOAvhMVYXl4rDtV0tDPsb6e7sWcFjBLcOt 7AJm2FYsp/X2PIkF3ToaNsWuJwHprY1Y+wQOnZKRYdlZiAUH7nWHbiwV1rDsCFMzi7Kdya x/5MW9YOVemQZ+lvTZTsy6LzDWGQj4InWgSS5fXGydeUdaDVMXEU72/ERsNlig== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1691706575; a=rsa-sha256; cv=none; b=QfqSOnmCbA+e2U3TJ+z8um+d4fhYCE02mVvoMOY6qAFNI9v+U6X7c6qhr1XPkJG+TXvNAo 5WMR9g3L2xaEZV5RU6ZFshjWgJwzV2fEWxXsopYOKD3El7pE8ecpJmdw904SqtpKPZoORW HC2nSzU5JPfDmrpTXM404PICXuyq03kmAqe1oPdoBARWKcVlpw83vzvXirLCRuyqW76Rii xw3h5E8cvYVFmGvv9Mp+GIEevqA3BI/OeFm+b8IrAYvHkOUeKYp7qKB4dscvtSv+7pxQAL oO8xiWmaEzhp22iSJciV6p5uu0JEKLKnm5vowvWxKGUcX8+7IPfxRUjLHRKw/w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=HarIz0IP; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qUE9R-0000vY-1v; Thu, 10 Aug 2023 18:29:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qUE9O-0000tl-VI for guix-patches@gnu.org; Thu, 10 Aug 2023 18:29:03 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qUE9O-0002qU-MQ for guix-patches@gnu.org; Thu, 10 Aug 2023 18:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qUE9O-0003F5-IK for guix-patches@gnu.org; Thu, 10 Aug 2023 18:29:02 -0400 Subject: bug#62495: [PATCH] services: postgresql: Add more role fields. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 10 Aug 2023 22:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62495 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Miguel Moreno Cc: 62495-done@debbugs.gnu.org Mail-Followup-To: 62495@debbugs.gnu.org, ludo@gnu.org, mmoreno@mmoreno.eu Received: via spool by 62495-done@debbugs.gnu.org id=D62495.169170650612418 (code D ref 62495); Thu, 10 Aug 2023 22:29:02 +0000 Received: (at 62495-done) by debbugs.gnu.org; 10 Aug 2023 22:28:26 +0000 Received: from localhost ([127.0.0.1]:44220 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qUE8o-0003EE-GI for submit@debbugs.gnu.org; Thu, 10 Aug 2023 18:28:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35308) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qUE8l-0003E1-Lu for 62495-done@debbugs.gnu.org; Thu, 10 Aug 2023 18:28:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qUE8f-0002nH-B7; Thu, 10 Aug 2023 18:28:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=2i6j4CYaa6VK+2l4US1nqKNH74mdPhZgUeTvz4RkQjc=; b=HarIz0IP7o7wdmfPftVf shz1ficfxD6qGYWgd/spSkg9L/chgVbCZ3YaqP8nyTm/VebjDniu3/r6DDGDdvPMSNrf/jnKZXke7 ojzzao0L28d3UyvdxqYqe3TaIkERZH0hAbJYE1z0yACTxTygyEged3pRZFJvxJmkWFHr47wGig99t VNC9P4hQzymcPw0+/w01PLzylP70W5pQ1EuCVSQDPBEEOPKnazC8GQmyVFkd5U5FKqGadc6A9JvEh edKMRDQTbhzP5ywPpykuBrWapyJh2AhBTDscLDlOiBo1PI+Gdv/mudqnL7EiHbzjMfZYtImJwUxWU 6W9Nd2K27cwqVw==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <86tty6rtiy.fsf@mmoreno.eu> Date: Fri, 11 Aug 2023 00:28:14 +0200 In-Reply-To: <86tty6rtiy.fsf@mmoreno.eu> (Miguel Moreno's message of "Mon, 27 Mar 2023 19:30:45 +0200") Message-ID: <87cyzuilc1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: 361FF650DB X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -6.88 X-Spam-Score: -6.88 X-TUID: rBBb/3Ekbzfp Hi, Miguel Moreno skribis: > * gnu/services/databases.scm (postgresql-role): Add more role fields. > (postgresql-create-roles): Honor it. > * doc/guix.texi (Database Services): Document it. Finally applied, thanks! Ludo=E2=80=99.