lamiastella

SQL errors

Mar 12th, 2016
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. ~   master ⭑  postgres  09:48:24 PM
  2. postgres does not know where to find the server configuration file.
  3. You must specify the --config-file or -D invocation option or set the PGDATA environment variable.
  4. ~   master ⭑  psql  ➶ 2  09:48:27 PM
  5. psql: FATAL: role "mona" does not exist
  6. ~   master ⭑  psql -U postgres  ➶ 2  09:50:56 PM
  7. psql (9.3.2)
  8. Type "help" for help.
  9.  
  10. postgres=# \du
  11. List of roles
  12. Role name | Attributes | Member of
  13. -----------+------------------------------------------------+-----------
  14. postgres | Superuser, Create role, Create DB, Replication | {}
  15.  
  16. postgres=#
Advertisement
Add Comment
Please, Sign In to add comment