Re: Exposing DEFAULT_PGSOCKET_DIR via a libpq function?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Exposing DEFAULT_PGSOCKET_DIR via a libpq function?
Дата
Msg-id 7728.1143603148@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Exposing DEFAULT_PGSOCKET_DIR via a libpq function?  ("Larry Rosenman" <ler@lerctr.org>)
Ответы Re: Exposing DEFAULT_PGSOCKET_DIR via a libpq function?  ("Larry Rosenman" <ler@lerctr.org>)
Список pgsql-hackers
"Larry Rosenman" <ler@lerctr.org> writes:
> Tom Lane wrote:
>> pg_config would seem to be the appropriate place, not libpq nor psql.

> The issue is what psql (and any libpq using program) is going to use to find
> the UNIX socket. 

No, the issue is where the server put the socket.  libpq is the wrong
place because libpq is not the only thing people use to connect to the
server.

If the DBA sets a non-default unix_socket_directory via postgresql.conf
then you're screwed no matter what: no client-side code can hope to tell
you where it is.  The only thing that is useful to inspect is the
server's compile-time default, and pg_config is the right mechanism
to inspect that with.
        regards, tom lane


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

Предыдущее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: [GENERAL] PANIC: heap_update_redo: no block
Следующее
От: "Larry Rosenman"
Дата:
Сообщение: Re: Exposing DEFAULT_PGSOCKET_DIR via a libpq function?