Re: Big 7.1 open items

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Big 7.1 open items
Date: 2000-06-25 01:00:51
Message-ID: Pine.LNX.4.21.0006241615050.348-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-06-25 01:01:18 Re: Server process exited with status 139 (meaning?)
Previous Message Peter Eisentraut 2000-06-25 01:00:36 Pid file magically disappears

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2000-06-25 14:32:43 Create user and transactions
Previous Message Bruce Momjian 2000-06-25 00:59:19 Re: Big 7.1 open items