On Thu, Mar 18, 2004 at 22:58:46 +0000, Jon Jensen <[EMAIL PROTECTED]> wrote: > > Is there some other way to do what I'm looking for here without the > authentication method fallthrough Josh proposes?
Assuming people aren't sharing accounts, you could let any authorized postgres user connect using ident authentication as postgres. This should be usable any place you are willing to let the postgres user authenticate using ident. ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match