`psql -h localhost -p 5432 -U postgres -d dbname` ...
# orm-help
m
psql -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"