Re: Big 7.1 open items

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Big 7.1 open items
Date: 2000-06-25 00:59:19
Message-ID: 200006250059.UAA07565@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

[ 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-06-25 00:59:51 Re: About the pid and opts files
Previous Message Bruce Momjian 2000-06-24 16:25:22 Re: 64-bit sequences

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2000-06-25 01:00:51 Re: Big 7.1 open items
Previous Message Chris Bitmead 2000-06-24 15:26:16 CLASSOID patch