-1
How do I access my terminal postgres with another user I have created without being the postgres?
-1
How do I access my terminal postgres with another user I have created without being the postgres?
1
Use the psql:
psql -h HOST -U USUARIO -W
See some useful links:
Browser other questions tagged postgresql
You are not signed in. Login or sign up in order to post.