Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. $ PGPASSWORD=password psql --host=localhost --port=5432 --username=admin --dbname=db -f postgresql/creation.sql
  2. psql:postgresql/creation.sql:1: ERROR: could not open extension control file "/opt/rh/rh-postgresql94/root/usr/share/pgsql/extension/uuid-ossp.control": No such file or directory
  3. CREATE TYPE
  4. psql:postgresql/creation.sql:9: ERROR: function uuid_generate_v4() does not exist
  5. HINT: No function matches the given name and argument types. You might need to add explicit type casts.
  6. psql:postgresql/creation.sql:16: ERROR: relation "object_references" does not exist
  7. psql:postgresql/creation.sql:22: ERROR: relation "object_references" does not exist
  8. psql:postgresql/creation.sql:30: ERROR: function uuid_generate_v4() does not exist
  9. HINT: No function matches the given name and argument types. You might need to add explicit type casts.
  10. psql:postgresql/creation.sql:35: ERROR: function uuid_generate_v4() does not exist
  11. HINT: No function matches the given name and argument types. You might need to add explicit type casts.
  12. psql:postgresql/creation.sql:41: ERROR: relation "resources" does not exist
  13. psql:postgresql/creation.sql:46: ERROR: relation "object_references" does not exist
  14. psql:postgresql/creation.sql:51: ERROR: function uuid_generate_v4() does not exist
  15. HINT: No function matches the given name and argument types. You might need to add explicit type casts.
  16. psql:postgresql/creation.sql:57: ERROR: relation "role_bindings" does not exist
  17. psql:postgresql/creation.sql:64: ERROR: relation "role" does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement