I'm using Postgres 9.5 on Windows 7.
I have only one user postgres
and I defined an expiry date for that user.
Now I'm trying to connect after is expired and I can't, so does anyone know how to cancel the expiry from the superuser, so I don't have to reinstall Postgres.
I tried to edit pg_hba.conf
to allow trust
for postgres
but still the same problem.