Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. $ PGPASSWORD=password psql --host=localhost --port=5432 --username=admin --dbname=db
  2. psql (9.3.9, server 9.4.4)
  3. WARNING: psql major version 9.3, server major version 9.4.
  4. Some psql features might not work.
  5. Type "help" for help.
  6.  
  7. db=> CREATE EXTENSION "uuid-ossp";
  8. ERROR: could not open extension control file "/opt/rh/rh-postgresql94/root/usr/share/pgsql/extension/uuid-ossp.control": No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement