Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bU0Cq-0006db-LA for pgsql-pkg-yum@arkaria.postgresql.org; Sun, 31 Jul 2016 23:31:40 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bU0Cp-0007l0-Jy for pgsql-pkg-yum@arkaria.postgresql.org; Sun, 31 Jul 2016 23:31:39 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bST0A-00040V-9K for pgsql-pkg-yum@postgresql.org; Wed, 27 Jul 2016 17:52:14 +0000 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bST07-0006PW-Mn for pgsql-pkg-yum@postgresql.org; Wed, 27 Jul 2016 17:52:13 +0000 Received: by mail-wm0-x231.google.com with SMTP id q128so222143565wma.1 for ; Wed, 27 Jul 2016 10:52:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=QG7iDAW4fo/MVRPAjOgXbGZXbFhwwqCHz3n9qtcouP0=; b=raR+aFd1piidt8UHQ43lTH9/gYpqt2Z3AzXgWPDizjvujnfQ3TTb9jQOKjAiRhAyJZ A1OwaxeTQm/nE3+bvqpMDk6aiHn6u2ihhFrAG/tMJGj25EkU5hLo1MPH2/PLLVDXdJPu FjXYgyWZiDIAO5oxJQ4ft1NAHfCEerOYodVks6sczDRYkMJKaQjz/vqfmGj/wJLrUH8+ 2Or8EeYl/uGZA29c1cMLc1Y4DciidZdDsVC0skRPBe2WW5nWICA9LbiGtqTivgs89qPi 5vRl82vhKfRk20L+2Xay8oqDurS9qD+si8X1e+kH6bRriYn9sCkfMyk8m4n2yIlCBd9v Y77g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=QG7iDAW4fo/MVRPAjOgXbGZXbFhwwqCHz3n9qtcouP0=; b=XPpcN+6w172KUf77bR2Z95rO5otGzaO65kQi7xyl+Pz81ZMVZkfBAh1q5rlmOEhRKr yZgcrYpV/0oTbnZkY51YqyHwryBQgtjfz6FYG9W+B6nmwzbQn7XEWAxD3cWPm08VWW1y AkpwyN2vkFF06O2Xhqt9+ormmMs99z1TgDLoSGz35Ctt98WFJmj2Kf16cJW/qZHOJYs1 ezZj+KhZPViHjp2kZxJ99C8D79HbsS5dDxcy3qyF0Tmh0cQGFVvw2/vBrlI7YOw2kD0X XlRwqIiX7K0Hkgwnmle8LnA5uT5uFmCPuBNa4LUIEhky7fdSaNKNkCy7ai+crJqvkGg7 ulHQ== X-Gm-Message-State: AEkoouvY3xmZs82zVrx4rjvBwgr8+heUEwEHkNHc8S0k/RrIPCpxfGkUPTqic0SiPeKwMULPOiu/Dp1IEl3xJg== X-Received: by 10.194.39.35 with SMTP id m3mr28398556wjk.51.1469641929238; Wed, 27 Jul 2016 10:52:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.225.70 with HTTP; Wed, 27 Jul 2016 10:52:08 -0700 (PDT) From: "..: Mark Sloan :.." Date: Wed, 27 Jul 2016 11:52:08 -0600 Message-ID: Subject: could I get added to the mailing list? To: pgsql-pkg-yum@postgresql.org, =?UTF-8?B?RGV2cmltIEfDnE5Ew5xa?= Content-Type: multipart/alternative; boundary=047d7b60521a23aebd0538a1ad90 X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-pkg-yum Precedence: bulk Sender: pgsql-pkg-yum-owner@postgresql.org --047d7b60521a23aebd0538a1ad90 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable is there a mail archive I can look at for the discussion around: * Tue Feb 03 2015 Devrim G=C3=BCnd=C3=BCz - 9.4.1-1PGDG - Update to 9.4.1, per changes described at: http://www.postgresql.org/docs/9.4/static/release-9-4-1.html *- Improve .bash_profile, and let users specify their own environmental settings by sourcing an external file, called ~/.pgsql_profile. Per request from various users, and final suggestion from Martin Gudmundsson.* i'm trying to understand more about this change since it, seems to have unpleasant results during a yum update when there are multiple server versions installed on a machine at the same time. that it wiped out the ~postgres/.bash_profile that existed too, which caught some of my peers by surprise. I realize this was 'a long time' and they should have raised the concern sooner but i'm just trying to educate myself on it some more first. -Mark --047d7b60521a23aebd0538a1ad90 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
is there a mail archive I can look at = for the discussion around:

* Tue Feb 03 2015 Devrim G=C3=BCnd=C3=BCz= <devrim@gunduz.org> - 9.4.1= -1PGDG
- Update to 9.4.1, per changes described at:
=C2=A0 http://www.p= ostgresql.org/docs/9.4/static/release-9-4-1.html
- Improve .bash_= profile, and let users specify their own
=C2=A0 environmental settings b= y sourcing an external file, called
=C2=A0 ~/.pgsql_profile. Per request= from various users, and final
=C2=A0 suggestion from Martin Gudmundsson= .


i'm trying to understand more about this change = since it, seems to have unpleasant results during a yum update when there a= re multiple server versions installed on a machine at the same time.
that it wiped out the ~postgres/.bash_profile that existed too, whi= ch caught some of my peers by surprise.


I realize this wa= s 'a long time' and they should have raised the concern sooner but = i'm just trying to educate myself on it some more first.


-Mark




--047d7b60521a23aebd0538a1ad90--