Known but bad behavior with alter user?

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Known but bad behavior with alter user?
Date: 2006-03-24 17:58:23
Message-ID: 4424333F.3030501@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

Take the following:

template1=# alter user foo rename to bar;
NOTICE: MD5 password cleared because of role rename
NOTICE: MD5 password cleared because of role rename
ALTER ROLE
template1=#

Now we have to reset the password.. which seems an extra
step that shouldn't be required.

Joshua D. Drake

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2006-03-24 18:01:04 Re: Role incompatibilities
Previous Message Peter Eisentraut 2006-03-24 17:37:10 Re: Role incompatibilities