Re: Remote connection to PostgreSQL

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Igor Korot <ikorot01(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Remote connection to PostgreSQL
Date: 2017-06-19 16:09:36
Message-ID: CAKFQuwbMsg0kwhEDvu30YqdMd5-qgyYKrhXuka+TXvUcS9uB9A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jun 19, 2017 at 9:02 AM, Igor Korot <ikorot01(at)gmail(dot)com> wrote:

> Hi, ALL,
> Is there some magic in order to turn on remote connection to PostgreSQL?
>
> There are some extra steps to turn it on for MS SQL and MySQL, so I figured
> it should be the same for Postgre.
>

​See "listen_addresses"​

https://www.postgresql.org/docs/9.6/static/runtime-config-connection.html

It forward links you to setting up client authentication for the same.

David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Janes 2017-06-19 16:15:34 Re: effective_io_concurrency increasing
Previous Message Igor Korot 2017-06-19 16:02:56 Remote connection to PostgreSQL