Maotora
08/12/2021, 7:46 PMpsql -h localhost -p 5432 -U postgres -d dbname
Works perfectly fine but;
`psql "postgresql://postgres:Password$2021@localhost:5432/dbname"``
Gives error psql: error: FATAL: password authentication failed for user "postgres"