Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b8SRg-0002PR-Oy for pgadmin-hackers@arkaria.postgresql.org; Thu, 02 Jun 2016 13:13:56 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1b8SRf-0007Kq-Pr for pgadmin-hackers@arkaria.postgresql.org; Thu, 02 Jun 2016 13:13:55 +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_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1b8SRS-00076X-7b for pgadmin-hackers@postgresql.org; Thu, 02 Jun 2016 13:13:42 +0000 Received: from mail-qg0-x229.google.com ([2607:f8b0:400d:c04::229]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1b8SRK-0006D9-LU for pgadmin-hackers@postgresql.org; Thu, 02 Jun 2016 13:13:41 +0000 Received: by mail-qg0-x229.google.com with SMTP id p34so53275756qgp.1 for ; Thu, 02 Jun 2016 06:13:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=85/PZIzoowzQLndR9qskyPby4nxmLJu8QLujjgdyGo8=; b=orISXqW4eWcmlb2cs2fUfSpeA0gRDV7lwbGTgMAqwdRpnI9OANLuw/FPkFSPdwWr6w MszPdNjyKelwtx6tNSD8vnwFzjXLWor22BreioPIwNgjdZwzCiehjN4O3W8Ihsom42hk Ytrv0GYS+zfyVDI5x8W010fa8wWTv/LQFe0sgDNPnoNPjugUFq+FyM59kLS++tLWP+ub 5LcUOa6Kg3E3SAQO9jSZ91uLoHuQ3DDsLsqcFZhGk6WTc21tCFCFRryfmjjRk9jK6NLr UgZrG8OuqSNzQghzubw6e8+MKgF8QDRP08Hh9dS/Gffb66isLgN6sIAn1k+Q1Lq2NJp8 ei9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=85/PZIzoowzQLndR9qskyPby4nxmLJu8QLujjgdyGo8=; b=k0MXqiesVtDf0uhrDwNHYdikYKGuWQamTxxf8NA/CRethpNQVqX8j9ZyBiNR2gHiq0 TAm+h3P6/mDF++czc76hehlFfUW+VyZgjCLWdjOawnNZ93z0pu/UGLoovGcKOtKjf3+D IWKlzYVlHYWEMF+JsoJGr1lER30v1GDIfe3Oq0c4YXsIog/C/tIyZl6lUDYYdSeHOtyQ 3PmdfSeW2p7xZBJi38i0B/155NGkU6lGMChScTlWn/sgX6l225B1RH5aQVr1OhhfTIIR MyyfbFE7pnHUlxrq9LlRrZyTJVGglFMwWimH/TkDNJgJuAkDxOJgPB4VARjqyO7q06jO Vqag== X-Gm-Message-State: ALyK8tL857iqOBVfHwcnJQy7mDj4yh1GEcLWYBZG5qVz+S+MMfNtUSEl+TykZIeznATbYOuokJdCdZZy1XbLC1gu MIME-Version: 1.0 X-Received: by 10.140.168.131 with SMTP id o125mr43838203qho.101.1464873212873; Thu, 02 Jun 2016 06:13:32 -0700 (PDT) Received: by 10.140.101.198 with HTTP; Thu, 2 Jun 2016 06:13:32 -0700 (PDT) In-Reply-To: References: Date: Thu, 2 Jun 2016 18:43:32 +0530 Message-ID: Subject: Re: Patch for pgAdmin4 package on Mac OS X From: Sandeep Thakkar To: Dave Page Cc: pgadmin-hackers , Hamid Quddus Content-Type: multipart/alternative; boundary=001a113ac4ca7eaf9905344b5f28 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a113ac4ca7eaf9905344b5f28 Content-Type: text/plain; charset=UTF-8 okay. Thanks again! On Thu, Jun 2, 2016 at 6:37 PM, Dave Page wrote: > On Thu, Jun 2, 2016 at 2:05 PM, Sandeep Thakkar > wrote: > > Thanks Dave! > > > > I saw the runtime code and observed one change (prepend -> append) . Was > it > > not saving the location because of this? > > No - I changed that because if the value is prepended, the user cannot > override it. This way anything explicitly defined by the user will > take priority. > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > -- Sandeep Thakkar --001a113ac4ca7eaf9905344b5f28 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
okay. Thanks again!

On Thu, Jun 2, 2016 at 6:37 PM, Dave Page <dpage@p= gadmin.org> wrote:
On Thu, Jun 2, 2016 at 2:05 PM, Sandeep Thakkar
<sandeep.thakkar@ent= erprisedb.com> wrote:
> Thanks Dave!
>
> I saw the runtime code and observed one change (prepend -> append) = . Was it
> not saving the location because of this?

No - I changed that because if the value is prepended, the user cann= ot
override it. This way anything explicitly defined by the user will
take priority.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



--
=
Sandeep Thakkar

--001a113ac4ca7eaf9905344b5f28--