Laurenz Albe writes:
> On Fri, 2024-10-18 at 15:41 +0530, sreekanta reddy wrote:
>> When creating or altering a user's password, the log file captures the
>> password in plain text format, which could be a potential security risk.
>> However, when using the \password command in psql, the password
On 10/18/24 03:11, sreekanta reddy wrote:
Dear PostgreSQL Support Team,
I would also like to suggest an enhancement to the default behavior for
newly created users in PostgreSQL.
*Observed Issue:
*User Created: testdb
Command used: CREATE USER testdb WITH PASSWORD 'dhsfjobodjjbsdj';
After cr
On Fri, 2024-10-18 at 15:41 +0530, sreekanta reddy wrote:
> I would also like to suggest an enhancement to the default behavior for newly
> created users in PostgreSQL.
>
> Observed Issue:
> User Created: testdb
> Command used: CREATE USER testdb WITH PASSWORD 'dhsfjobodjjbsdj';
> After creating
Dear PostgreSQL Support Team,
I would also like to suggest an enhancement to the default behavior for
newly created users in PostgreSQL.
*Observed Issue:*User Created: testdb
Command used: CREATE USER testdb WITH PASSWORD 'dhsfjobodjjbsdj';
After creating the user testdb, I observed that the use