Re: pg_stat_statements showing passwords while create or alter users.

2020-04-17 Thread Euler Taveira
On Fri, 17 Apr 2020 at 03:50, PG Doc comments form wrote: > > pg_stat_statements is recording passwords also, is there any way to avoid > the logging of passwords without droping extension package. > testdb=> create user test1 with password 'test123'; > CREATE ROLE > testdb=> create user test2 wi

Re: pg_stat_statements showing passwords while create or alter users.

2020-04-17 Thread Laurenz Albe
On Fri, 2020-04-17 at 02:01 +, PG Doc comments form wrote: > pg_stat_statements is recording passwords also, is there any way to avoid > the logging of passwords without droping extension package. > testdb=> create user test1 with password 'test123'; > CREATE ROLE > testdb=> create user test2 w

Re: pg_stat_statements showing passwords while create or alter users.

2020-04-16 Thread Magnus Hagander
On Fri, Apr 17, 2020 at 8:50 AM PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/bug-reporting.html > Description: > > pg_stat_statements is recording passwords also, is there any way to avoid > the logg

pg_stat_statements showing passwords while create or alter users.

2020-04-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/bug-reporting.html Description: pg_stat_statements is recording passwords also, is there any way to avoid the logging of passwords without droping extension package. testdb=> create user t