Re: connect external app via pgadmin

From: androxkentaki <androxkentaki(at)gmail(dot)com>
To: bw <bwakkie(at)gmail(dot)com>
Cc: PgAdmin Support List <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: Re: connect external app via pgadmin
Date: 2020-08-12 10:51:34
Message-ID: CAL+gpC_y1WSAx3_XhoHER1LHQZgg8GCUmvgne_mO92au6TH=9g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

But pgAdmin runs at the same ports, so You need them to be opened.

You can set in pgconf allowed IP pool.
You can change default port no por postgresql

Maybe You can consider "hardware" solution: on Your gateway make in
firewall rule for specific IP address with port mapping/triggering
e.g. If Your pg is on default port 5432 make an rule that from if somebody
from external will try to connect via 87654 port will be redirected to 5432

I don't know how Your infrastructure looks like so i can't give you more
detailed solution

śr., 12 sie 2020 o 12:41 bw <bwakkie(at)gmail(dot)com> napisał(a):

> Andrzej,
>
> QGIS is just an example as I use it in combination with postgis in order
> to work in mapping GIS elements.
> With odbc I still need to open up the server ports to the outside world
> which is what I want to avoid.
>
> regards,
> Bastiaan
>
> On Wed, 12 Aug 2020 at 11:43, androxkentaki <androxkentaki(at)gmail(dot)com>
> wrote:
>
>> i don't know what id Qgis and why You want to do it via pgAdmin...
>>
>> But did You consider using ODBC connection and its driver?
>>
>> śr., 12 sie 2020 o 08:58 bw <bwakkie(at)gmail(dot)com> napisał(a):
>>
>>> Hi,
>>>
>>> As I do not like to open-up my postgresql port to the outside world and
>>> managing users via pgadmin is very user friendly. I was wondering if
>>> somehow it would be possible to give external applications like Qgis for
>>> instance access to the database via pgadmin?
>>>
>>> For example in qgis in order to access the database it needs to connect
>>> directly to the postgresql port and I have to create a linux user for them.
>>> I do not want that. I rather manage this inside pgadmin. If qgis would
>>> somehow be able to connect to the db via a pgadmin api that would be really
>>> great.
>>>
>>> regards,
>>> Bastiaan
>>>
>>
>>
>> --
>> Z wyrazami szacunku
>> Andrzej Gerasimuk
>>
>

--
Z wyrazami szacunku
Andrzej Gerasimuk

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message bw 2020-08-12 11:37:59 Re: connect external app via pgadmin
Previous Message bw 2020-08-12 10:41:21 Re: connect external app via pgadmin