Re: Log of CREATE USER statement - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Log of CREATE USER statement
Date
Msg-id 676.1134156427@sss.pgh.pa.us
Whole thread Raw
In response to Re: Log of CREATE USER statement  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> 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.

Not a bad idea.  It'd at least keep the cleartext password firmly on the
client side.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Min Xid problem proposal
Next
From: Bruce Momjian
Date:
Subject: Re: Foreign key trigger timing bug?