Re: Problem after changing the port number of postgres

From: Rural Hunter <ruralhunter(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Problem after changing the port number of postgres
Date: 2012-09-17 06:34:12
Message-ID: 5056C464.1060006@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

or set the 'PGPORT' env variable.

于 2012/9/17 14:29, Devrim GÜNDÜZ 写道:
> Hi,
>
> On Mon, 2012-09-17 at 11:55 +0530, himanshu.joshi wrote:
>>
>> I have changed the default port of postgres in file
>> "postgresql.conf" from 5432 to another four digit port which was not
>> assigned to any one else. After the change I restarted the postgres
>> as well as the system. But after changing the port while connecting
>> to postgres I am getting this error:
>>
>> root(at)s14-apps:/opt/PostgresPlus/8.4SS# bin/psql -Upostgres
>> psql: could not connect to server: No such file or directory
>> Is the server running locally and accepting
>> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
> You need to pass -p parameter to psql:
>
> $ bin/psql -p XXXX
>
> Regards,

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2012-09-17 21:07:23 Re: [ADMIN] pg_upgrade from 9.1.3 to 9.2 failed
Previous Message Devrim GÜNDÜZ 2012-09-17 06:29:45 Re: Problem after changing the port number of postgres