Re: Proposal obfuscate password in pg logs

2023-12-02 Thread Tom Lane
Guanqun Yang writes: > We notice Postgres logs, pg_stat_statements and pg_stat_activity will > record passwords when using "CREATE" statement to create user with > password. Can we provide users with an option to obfuscate those passwords? See the many, many prior discussions of this idea. The sh

Proposal obfuscate password in pg logs

2023-12-02 Thread Guanqun Yang
hey guys, We notice Postgres logs, pg_stat_statements and pg_stat_activity will record passwords when using "CREATE" statement to create user with password. Can we provide users with an option to obfuscate those passwords? Yours, Guanqun