Re: Disable unix-domain sockets?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Disable unix-domain sockets?
Дата
Msg-id 26319.1351172404@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Disable unix-domain sockets?  (Murray Cumming <murrayc@murrayc.com>)
Ответы migrate from PostgreSQL to Oracle  (jo <jose.soares@sferacarta.com>)
Список pgsql-general
Murray Cumming <murrayc@murrayc.com> writes:
> I hoped that if I didn't use "local" in my pg_hba.conf file, instead
> using just "host", then postgresql might not allow unix socket
> connections at all, so it wouldn't need to create that .lock file.
> http://www.postgresql.org/docs/9.2/static/auth-pg-hba-conf.html

> But postgres still tries to create the .lock file, failing here on
> Fedora because it defaults not to /tmp but to /var/run/postgresql, which
> the local user can't write to.

If you are using a version that defaults to /var/run/postgresql, then
it is new enough to have the unix_socket_directories parameter.  Setting
that to empty should do the trick.  pg_hba.conf is not the place to
configure which ports/sockets PG listens on.

            regards, tom lane


В списке pgsql-general по дате отправления:

Предыдущее
От: Heiko Wundram
Дата:
Сообщение: Re: Somewhat automated method of cleaning table ofcorrupt records for pg_dump
Следующее
От: jo
Дата:
Сообщение: migrate from PostgreSQL to Oracle