Re: BUG #18817: Security Bug Report: Plaintext Password Exposure in Logs - Mailing list pgsql-bugs

From Greg Sabino Mullane
Subject Re: BUG #18817: Security Bug Report: Plaintext Password Exposure in Logs
Date
Msg-id CAKAnmmLoALp_BFsuE_R4OUOfiQrAosG6Mmb=2rz7qgJeqn9y9A@mail.gmail.com
Whole thread Raw
In response to Re: BUG #18817: Security Bug Report: Plaintext Password Exposure in Logs  (Matthias Apitz <guru@unixarea.de>)
List pgsql-bugs
testdb=# CREATE USER bla WITH PASSWORD 'bla';
CREATE ROLE

Run these as well to help you debug:

SELECT pg_current_logfile();

SHOW log_statement;

Cheers,
Greg

--
Enterprise Postgres Software Products & Tech Support

pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: BUG #18594: CASE WHEN ELSE failing to return the expected output when the same colum is used in WHEN and ELSE
Next
From: Vik Fearing
Date:
Subject: Re: BUG #18594: CASE WHEN ELSE failing to return the expected output when the same colum is used in WHEN and ELSE