I am using postgresql 8.0
I tried to change the password for postgres (the super user),
using the alter command, didn't seem to work... all the research i've done showed me that this should work, steps i took:
- logged in as root
- su postgres
- psql -d testdb -U postgres
- ALTER USER postgres...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.