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

From Peter Eisentraut
Subject Re: Big 7.1 open items
Date
Msg-id Pine.LNX.4.21.0006241615050.348-100000@localhost.localdomain
Whole thread Raw
In response to Re: Big 7.1 open items  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Big 7.1 open items  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
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.

-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Pid file magically disappears
Next
From: Bruce Momjian
Date:
Subject: Re: Big 7.1 open items