Re: Log of CREATE USER statement

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ricardo Vaz - TCESP" <jrvaz(at)tce(dot)sp(dot)gov(dot)br>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Log of CREATE USER statement
Date: 2005-12-09 16:39:15
Message-ID: 13931.1134146355@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Ricardo Vaz - TCESP" <jrvaz(at)tce(dot)sp(dot)gov(dot)br> writes:
> However, I would like that the password defined in CREATE USER statement
> was registered in MD5 format, independent of the form as it was
> specified in that statement.

Not going to happen --- we are not going to add that sort of analysis to
the statement logging code, as the overhead would be unacceptable and
the gain minimal. This is hardly the only sensitive data that might be
found in the postmaster log! I suggest taking care with the file
permissions on the log, instead.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-12-09 16:42:25 Re: psql & UTF8
Previous Message Andrew Dunstan 2005-12-09 16:38:08 Re: int to inet conversion [or Re: inet to bigint?]