Re: Log of CREATE USER statement

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Log of CREATE USER statement
Date: 2005-12-18 02:37:42
Message-ID: 200512180337.42380.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Marko Kreen wrote:
> > Maybe we should provide a backslash command in psql for secure
> > password entry, say, \password [username]. This would then ask for
> > the password through a somewhat secure, unlogged channel, encrypt
> > it, and send an ALTER ROLE command to the server.
>
> Letting createuser.c hash the password would be the biggest win.

Both of these things are now done, and I have sent notices to pgadmin
and phppgadmin asking for equivalent adjustments.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-12-18 03:59:07 Re: Automatic function replanning
Previous Message Bruce Momjian 2005-12-18 02:17:30 Re: Automatic function replanning