Re: Can db user change own password? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Can db user change own password?
Date
Msg-id e2c57ee7-75d7-6a03-d9f2-052a8e880f9c@aklaver.com
Whole thread Raw
In response to Re: Can db user change own password?  (Toomas <toomas.kristin@gmail.com>)
Responses Re: Can db user change own password?
Re: Can db user change own password?
List pgsql-general
On 10/21/21 08:39, Toomas wrote:
> Hi,
> 
> Basically the case was, when *session_user != current_user* then command 
> \password failed with error message “ERROR:  permission denied”. All was 
> good when session_user == current_user.
> 
> In terms of statement “session_user user was set as the owner of the 
> database automatically” - I have a setup where session_user is changed 
> automatically as database owner when user logs into database.

What I am looking for is a step by step outline that approximates:

1) psql -U <some_user>

2) The command(s) that set session_user as database owner.

3) The command(s) that make session_user != current_user.

4) Output of:
     select session_user, current_user;

5) The output of \du for the users involved

> 
> BR,
> Toomas
> 




-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Toomas
Date:
Subject: Re: Can db user change own password?
Next
From: Tom Lane
Date:
Subject: Re: Can db user change own password?