Re: Can db user change own password?

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Can db user change own password?
Дата
Msg-id e2c57ee7-75d7-6a03-d9f2-052a8e880f9c@aklaver.com
обсуждение исходный текст
Ответ на Re: Can db user change own password?  (Toomas <toomas.kristin@gmail.com>)
Ответы Re: Can db user change own password?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Can db user change own password?  (Toomas <toomas.kristin@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Toomas
Дата:
Сообщение: Re: Can db user change own password?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Can db user change own password?