Re: Big 7.1 open items - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Big 7.1 open items
Date
Msg-id 200006250059.UAA07565@candle.pha.pa.us
Whole thread Raw
In response to Re: Big 7.1 open items  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
[ Charset ISO-8859-1 unsupported, converting... ]
> Bruce Momjian writes:
> 
> > Can we get agreement to remove our secondary password files, and make
> > something that makes more sense?
> 
> How about this: Normally secondary password files look like
> 
> username:ABS5SGh1EL6bk
> 
> We could add the option of making them look like
> 
> username:+
> 
> which means "look into pg_shadow". That would be fully backward
> compatible, allows the use of alter user with password, and avoids
> creating any extra system tables (that would need to be dumped to plain
> text). And the coding looks very simple.

Yes, perfect. In fact, how about:

> username

as doing that.  Any username with no colon uses pg_shadow.

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Big 7.1 open items
Next
From: Peter Eisentraut
Date:
Subject: Re: Server process exited with status 139 (meaning?)