Re: postgres wish list

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: postgres wish list
Дата
Msg-id gnlud1$b6c$1@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на postgres wish list  ("Sameer Mahajan" <Sameer_Mahajan@symantec.com>)
Ответы Re: postgres wish list  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
On 2009-02-19, Sameer Mahajan <Sameer_Mahajan@symantec.com> wrote:
> Thanks Craig.
>
> Comments inline.
>
>>
> [Sameer Mahajan] I will investigate how the unix domain sockets help in
> my case. Why isn't it the default for postgres installations? Or it
> isn't believed to be generic enough / straight forward enough to
> configure?

it is enabled by default, but if you specify a host address when
connecting (eg 127.0.0.1) you'll get a TCP/IP connection instead.

by the default authentication for unix domain sockets is "ident" which
(AIUI) requires the caller have the a unix username that matches their
postgres username, but you can change that to "md5" (password based)
or "trust" (no authentication) in pg_hba.conf


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

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: password for postgres
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: Query with date where clause is very slow