From owner-svn-ports-head@freebsd.org Wed Nov 22 19:20:03 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C582DF3292; Wed, 22 Nov 2017 19:20:03 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 5954A65AE0; Wed, 22 Nov 2017 19:19:53 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id vAMJJnKK046279 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Wed, 22 Nov 2017 11:19:49 -0800 (PST) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56] claimed to be yv.noip.me Reply-To: yuri@freebsd.org Subject: Re: svn commit: r454699 - in head/databases: . pspg To: Christoph Moench-Tegeder Cc: ports-committers@FreeBSD.org, svn-ports-all@FreeBSD.org, svn-ports-head@FreeBSD.org References: <201711221851.vAMIpbjF026196@repo.freebsd.org> <20171122191327.3gpal53oaemf44su@squirrel.exwg.net> From: Yuri Message-ID: <2de05e5b-26c4-cc92-2805-7b9b6e5b97ed@freebsd.org> Date: Wed, 22 Nov 2017 11:19:48 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171122191327.3gpal53oaemf44su@squirrel.exwg.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Nov 2017 19:20:03 -0000 On 11/22/17 11:13, Christoph Moench-Tegeder wrote: > Methinks it would be even better to use psql's \setenv for this - > possibly in the user's ~/.psqlrc (that's what this file was invented > for). With the suggestion above you'd get rather mixed results if you'd > try to pass other environment variables with env from the interactive > shell (e.g. "env PGPORT=5433 psql") - that env wouldn't expand the > alias. > > Regards, > Christoph (currently travelling on PostgreSQL business) Thanks Christoph, I will let the maintainer know, he will make the correction. Yuri