Re: Accessing Postgres Server and database from other Machine

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: "Muthukumar(dot)GK" <muthankumar(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org >> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Accessing Postgres Server and database from other Machine
Date: 2020-12-04 15:13:24
Message-ID: f8dea25e-205d-3ad7-30c8-6f81586a9bd0@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/4/20 2:27 AM, Muthukumar.GK wrote:
> Hi Team,
>
> I have created Database in postgresqlv13 . My Office colleague needs to
> access my postgres server and database from his machine. There is a
> config file called 'Postgresql.conf.sample' in program files folder.

That is the wrong file, the *.sample is the giveaway. Assuming you are
on Windows the correct file is:

C:\Program Files\PostgeSQL\13\data\postgresql

Un-comment and change setting there and then restart server.

> Even if I changed the connection settings of listen address from
> localhost to *( Connection Settings - #*Listen address* =*'*' *) in
> config file. But still my colleague is not able  to connect it. Kindly
> provide some guidance on this.
>
> Regards
> Muthu

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2020-12-04 16:00:54 Re: Set COLLATE on a session level
Previous Message Tim Clarke 2020-12-04 13:06:59 Re: Accessing Postgres Server and database from other Machine