Can db user change own password?

From: Toomas <toomas(dot)kristin(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Can db user change own password?
Date: 2021-10-20 14:38:26
Message-ID: B340250F-A0E3-43BF-A1FB-2AE36003F68D@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Is there any possibilities that db user can change own password?

There is no difference does the user uses ALTER command or \password meta-command, result is the same - response is “permission denied”.

dbname=> \password
Enter new password:
Enter it again:
ERROR: permission denied

BR,
Toomas

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2021-10-20 14:45:46 Re: Can db user change own password?
Previous Message Kristjan Mustkivi 2021-10-20 11:33:03 Re: How to rename in-use logical replication publication?