Re: Is it possible to control the location of the lock file when starting postgres? - Mailing list pgsql-general

From Steve Langlois
Subject Re: Is it possible to control the location of the lock file when starting postgres?
Date
Msg-id CY1PR0701MB1932440D2FD34C5EC9F3B4A987370@CY1PR0701MB1932.namprd07.prod.outlook.com
Whole thread Raw
In response to Re: Is it possible to control the location of the lock file when starting postgres?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Is it possible to control the location of the lock file when starting postgres?
List pgsql-general

>Presumably, you are working with a distro-modified version of Postgres,

>because the stock sources don't use /var/run/postgresql as a socket
>directory.  You will likely find that your version of libpq.so also
>expects /var/run/postgresql as the socket directory, so you won't be
>able to make non-TCP connections without explicitly specifying /tmp
>(or wherever you choose to put the socket) as the host location.

Using the following fromsudo yum install postgresql-server postgresql-contrib

postgresql-server-9.2.15-1.el7_2.x86_64
postgresql-contrib-9.2.15-1.el7_2.x86_64
postgresql-9.2.15-1.el7_2.x86_64
postgresql-libs-9.2.15-1.el7_2.x86_64


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Is it possible to control the location of the lock file when starting postgres?
Next
From: John R Pierce
Date:
Subject: Re: Is it possible to control the location of the lock file when starting postgres?