Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. create extension tablefunc;
  2.  
  3. vagrant ssh
  4. sudo su - postgres
  5.  
  6. postgres@postgresql:~$ psql -h localhost -U postgres -d vic -c 'create extension tablefunc'
  7. Password for user postgres:
  8. psql: FATAL: password authentication failed for user "postgres"
  9.  
  10. -h localhost...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement