[ please keep the mailing list cc'd ]
Valdir Kageyama <vtkageyama(at)gmail(dot)com> writes:
> Following more information:
> psql --version
> psql (PostgreSQL) 13.3
> psql -U indra -p 6432 -W -h localhost -d postgres
The -W switch says to prompt for a password every time,
so that's what it's doing.
regards, tom lane