Re: Is it possible to control the location of the lock file when starting postgres?

Поиск
Список
Период
Сортировка
От Steve Langlois
Тема Re: Is it possible to control the location of the lock file when starting postgres?
Дата
Msg-id CY1PR0701MB1932440D2FD34C5EC9F3B4A987370@CY1PR0701MB1932.namprd07.prod.outlook.com
обсуждение исходный текст
Ответ на Re: Is it possible to control the location of the lock file when starting postgres?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Is it possible to control the location of the lock file when starting postgres?  (John R Pierce <pierce@hogranch.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Is it possible to control the location of the lock file when starting postgres?
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Is it possible to control the location of the lock file when starting postgres?