Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fQ8YT-0000TD-HR for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Jun 2018 09:47:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fQ8YS-00050Q-0x for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Jun 2018 09:47:04 +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.89) (envelope-from ) id 1fQ8YR-00050F-K4 for pgadmin-hackers@lists.postgresql.org; Tue, 05 Jun 2018 09:47:03 +0000 Received: from mail-wr0-x244.google.com ([2a00:1450:400c:c0c::244]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fQ8YJ-0000iE-ED for pgadmin-hackers@postgresql.org; Tue, 05 Jun 2018 09:47:01 +0000 Received: by mail-wr0-x244.google.com with SMTP id f16-v6so1673032wrm.3 for ; Tue, 05 Jun 2018 02:46:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=++cmmvh77eYe02qqVU9XwmGG6zaOY9Peg8aNGzIl35U=; b=IUq+EcZ2uNQvmnkVPPkuN8TlIlwvemGS60qA1y4Qj3UROExidxD11M5xqcIiiBeDkA Bb775xAFX8hKbKPDdmu4H964AEP1aj5sgjQFnXDmy7Lu08AeQHzgg3B1SD1XmnWwMgf9 D82egNtb2GhOyVrzOOx0b8k4wfXRbXs1FUFwkYH1Z0H8Ka3GVYseZUv4JQoEkXjmhi6o ehiqjcRyYXdOa8ZQwYTVsmh/BVXoJJnRkuaSeGIHAf8kt27/U3cB7ZYhxXvBj/WngAjL EB+LGlpiiBF372PtdiceCG2+CEYIWOWmZqe23qnf95WNLItssRSjIziOPnVLGyWqTAOB 4BMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=++cmmvh77eYe02qqVU9XwmGG6zaOY9Peg8aNGzIl35U=; b=LYXHoqw/rPZrd4U+iUyu7d7g3Q0eiP87u4IH2A1OCNGOwkTb4KZns/mE0hEe19Pv6u UQOY6xqo/OaSNrk0sk6slgXNhpfpfPTesAWt+B3/u7FRt5BGrA+gnxVIMr7Gby3ZRGN2 vVMcT0/E4cRJMDWPnjcmPO6ACHhJ1xyy2t9TtRO6whpGnt999bjSvR5ss3H2TSDsUWas tg/7dYG4J+IdNOomjB1a/qHYMyproAxg80TV7V8Bk7Uw3zjEwVwetHH3tJoTg0yO3XZc qf+UQLzG7Zz4w50oO9OyZwvrmyqLyUKZFAePor5KVFMIyUmAq1GT50G0MP0q9eh0E3i9 pXqQ== X-Gm-Message-State: ALKqPwftdO60ygKF5OWEkEcJRKlSf76yvyr0Jhlw4J2qlKPlK/ZjJ/XK ByGZx5lkHQrSJxmHRHpSeCE8m16dqnYAjXhHVtS9fw== X-Google-Smtp-Source: ADUXVKL21YpqCFd0WrcWOzlGl0OojcpbxeBd/N24IE8Q38pTbyetq8G3U2EgElewrQqB5qSUseDoast8zfurxck5zFo= X-Received: by 2002:adf:f090:: with SMTP id n16-v6mr19793899wro.49.1528192012090; Tue, 05 Jun 2018 02:46:52 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a1c:2907:0:0:0:0:0 with HTTP; Tue, 5 Jun 2018 02:46:51 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Tue, 5 Jun 2018 10:46:51 +0100 Message-ID: Subject: Re: [pgAdmin4][RM#3307]User interface unable to connect to database running on port range 1-1024 To: Aditya Toshniwal Cc: Victoria Henry , pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000079644056de1eeaf" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000079644056de1eeaf Content-Type: text/plain; charset="UTF-8" Thanks, applied. On Mon, Jun 4, 2018 at 10:43 AM, Aditya Toshniwal < aditya.toshniwal@enterprisedb.com> wrote: > Missed the attachment. Apologies :( > > PFA. > > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB Software Solutions | Pune > "Don't Complain about Heat, Plant a tree" > > On Mon, Jun 4, 2018 at 3:12 PM, Aditya Toshniwal enterprisedb.com> wrote: > >> Hi Hackers, >> >> I missed one part here. There is a constraint on port in in sqlite config >> database also, and is not allowing ports below 1024. >> PFA patch - part2 which includes constraint change and migration script >> for the db file. >> Kindly review. >> >> Thanks and Regards, >> Aditya Toshniwal >> Software Engineer | EnterpriseDB Software Solutions | Pune >> "Don't Complain about Heat, Plant a tree" >> >> On Fri, May 18, 2018 at 3:43 PM, Dave Page wrote: >> >>> Thanks, applied. >>> >>> On Wed, May 16, 2018 at 2:34 PM, Victoria Henry >>> wrote: >>> >>>> Hi Aditya, >>>> >>>> Looks good to us! >>>> >>>> Sincerely, >>>> >>>> Anthony & Victoria >>>> >>>> >>>> On Wed, May 16, 2018 at 7:24 AM Aditya Toshniwal < >>>> aditya.toshniwal@enterprisedb.com> wrote: >>>> >>>>> Hi Hackers, >>>>> >>>>> PFA patch to allow server port number below 1024 till 1 in Create >>>>> Server dialog. >>>>> >>>>> Thanks and Regards, >>>>> Aditya Toshniwal >>>>> Software Engineer | EnterpriseDB Software Solutions | Pune >>>>> "Don't Complain about Heat, Plant a tree" >>>>> >>>> >>> >>> >>> -- >>> Dave Page >>> Blog: http://pgsnake.blogspot.com >>> Twitter: @pgsnake >>> >>> EnterpriseDB UK: http://www.enterprisedb.com >>> The Enterprise PostgreSQL Company >>> >> >> > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --000000000000079644056de1eeaf Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, applied.

On Mon, Jun 4, 2018 at 10:43 AM, Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
<= blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px= #ccc solid;padding-left:1ex">
Missed the attachment. Apolo= gies :(

PFA.

Thanks and Regards,
Aditya Toshniwal
Software Engineer |=C2=A0EnterpriseDB Software Solutions |= =C2=A0Pune
"Don't Complain about Heat, Plant a tree"=

On Mon, Jun 4,= 2018 at 3:12 PM, Aditya Toshniwal <aditya.toshniwal@= enterprisedb.com> wrote:
Hi Hackers,

I missed one part here. There= is a constraint on port in in sqlite config database also, and is not allo= wing ports below 1024.
PFA patch - part2 which includes constrain= t change and migration script for the db file.
Kindly review.

Thanks and Regar= ds,
Aditya Toshniwal=
= Softwa= re Engineer |=C2=A0EnterpriseDB Software Solutions |=C2=A0Pune
&qu= ot;Don't Complain about Heat, Plant a tree"

On Fri, May 18, 2018 at 3:43 PM, Dave Page <dpage@pgadmin.org&= gt; wrote:
Thanks= , applied.

On Wed, Ma= y 16, 2018 at 2:34 PM, Victoria Henry <vhenry@pivotal.io> wr= ote:
Hi Aditya,

=
Looks good to us!

Sincerely,
=
Anthony & Victoria


On Wed, May 16, 201= 8 at 7:24 AM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>= ; wrote:
Hi Hacker= s,

PFA patch to allow server port number below 1024 till= 1 in Create Server dialog.

Thanks and R= egards,
Aditya Toshn= iwal
So= ftware Engineer |=C2=A0EnterpriseDB Software Solutions |=C2=A0Pune
"Don't Complain about Heat, Plant a tree"



<= /div>--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

Enterp= riseDB UK: http:/= /www.enterprisedb.com
The Enterprise PostgreSQL Company





--
Dave Page
Blog: = http://pgsnake.bl= ogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com<= br>The Enterprise PostgreSQL Company
--000000000000079644056de1eeaf--