How do I access my terminal postgres with another user that I have created other than postgres ?
How do I access my terminal postgres with another user that I have created other than postgres ?
Use psql:
psql -h HOST -U USUARIO -W
See some useful links: