On Fri, 12 Nov 2004 11:22:53 -0500 (EST), Kevin B. <[EMAIL PROTECTED]> wrote: > > I can see, now, why "local all all ident sameuser" wouldn't work. > But why doesn't "local all all trust" work when > "host all all 127.0.0.1 255.255.255.255 true" does?
Because "local" refers to unix domain socket connections, while "host" refers to inet domain socket connections. Connecting to localhost (127.0.0.1) is an inet socket connection, even though it's to the local system. -- -- Cheetah ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html