Guest User

Untitled

a guest
Jan 12th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. template1=# CREATE DATABASE forums WITH OWNER bbadmin ECNODING 'UTF8';
  2. ERROR: syntax error at or near "ECNODING"
  3. LINE 1: CREATE DATABASE forums WITH OWNER bbadmin ECNODING 'UTF8';
  4. ^
  5. template1=# use template0;
  6. ERROR: syntax error at or near "use"
  7. LINE 1: use template0;
  8. ^
  9. template1=# CREATE DATABASE forums WITH OWNER bbadmin ENCODING 'UTF8';
  10. ERROR: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII)
  11. HINT: Use the same encoding as in the template database, or use template0 as template.
  12. template1=# template0
  13. template1-# \c template0
  14. FATAL: database "template0" is not currently accepting connections
Add Comment
Please, Sign In to add comment