Re: postgres wish list - Mailing list pgsql-general

From Jasen Betts
Subject Re: postgres wish list
Date
Msg-id gnlud1$b6c$1@reversiblemaps.ath.cx
Whole thread Raw
In response to postgres wish list  ("Sameer Mahajan" <Sameer_Mahajan@symantec.com>)
Responses Re: postgres wish list
List 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 by date:

Previous
From: Jasen Betts
Date:
Subject: Re: password for postgres
Next
From: Jasen Betts
Date:
Subject: Re: Query with date where clause is very slow