| From: | Murillo corvino rocha <murillo_corvinorocha(at)hotmail(dot)com> | 
|---|---|
| To: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> | 
| Subject: | RES: session_user different from current_user after normal login | 
| Date: | 2022-11-17 23:53:18 | 
| Message-ID: | CO6PR17MB502865AB59948C5699328E4DEB069@CO6PR17MB5028.namprd17.prod.outlook.com | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-general | 
No, I’m using a clean psql docker container everytime I need to connect to the database like below:
docker run -it --rm postgres psql -d database -h host -U user1
Murillo.
De: Adrian Klaver<mailto:adrian(dot)klaver(at)aklaver(dot)com>
Enviado:quinta-feira, 17 de novembro de 2022 19:54
Para: Murillo corvino rocha<mailto:murillo_corvinorocha(at)hotmail(dot)com>; pgsql-general(at)lists(dot)postgresql(dot)org<mailto:pgsql-general(at)lists(dot)postgresql(dot)org>
Assunto: Re: RES: session_user different from current_user after normal login
On 11/17/22 13:26, Murillo corvino rocha wrote:
> I am just logging in (using psql) and doing the select: SELECT
> session_user, current_user;
>
> The PostgreSQL is an AWS RDS 12.12 instance. No script is being
> executed. No one besides me is connected to the database. Could it be
> any server level configuration? I’m pretty sure that few configurations
> were made to this database.
Is there a psqlrc file that has SET ROLE group_read_only;?
See the:
Files
psqlrc and ~/.psqlrc
section here:
for more information.
>
> Murillo.
>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-11-17 23:57:52 | Re: Drop role cascade ? | 
| Previous Message | Ron | 2022-11-17 23:44:51 | Re: Drop role cascade ? |