Re: Permissions for Newly Created User

2024-10-18 Thread Tom Lane
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

Re: Permissions for Newly Created User

2024-10-18 Thread Adrian Klaver
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

Re: Permissions for Newly Created User

2024-10-18 Thread Laurenz Albe
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

Permissions for Newly Created User

2024-10-18 Thread sreekanta reddy
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