Re: [pgAdmin4][RM#3307]User interface unable to connect to database running on port range 1-1024

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Victoria Henry <vhenry(at)pivotal(dot)io>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][RM#3307]User interface unable to connect to database running on port range 1-1024
Date: 2018-06-04 09:42:53
Message-ID: CAM9w-_n9hw7ZwQUEoy+rmEk-2qDvDDcSVR+Ttwm7yct7v0hXnw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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 <dpage(at)pgadmin(dot)org> wrote:

> Thanks, applied.
>
> On Wed, May 16, 2018 at 2:34 PM, Victoria Henry <vhenry(at)pivotal(dot)io> wrote:
>
>> Hi Aditya,
>>
>> Looks good to us!
>>
>> Sincerely,
>>
>> Anthony & Victoria
>>
>>
>> On Wed, May 16, 2018 at 7:24 AM Aditya Toshniwal <
>> aditya(dot)toshniwal(at)enterprisedb(dot)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
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2018-06-04 09:43:47 Re: [pgAdmin4][RM#3307]User interface unable to connect to database running on port range 1-1024
Previous Message Khushboo Vashi 2018-06-04 05:35:49 Re: [pgadmin4][Patch]: Test cases for the backup module