diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-06 13:27:58 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-06 13:27:58 +0000 |
commit | db9eb3724242e82d4275418002e135f6b1c056e9 (patch) | |
tree | ac29b6f45af14850018a7e72ce6350ced2506b8b | |
parent | e068873d918b97bcb39698ec7e9def54a87eb645 (diff) | |
parent | 6c22c60b16f5653920ff894ca6732f539e4139a9 (diff) |
Merge branch 'release/0.5' into develop
-rw-r--r-- | doc/INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 963d0b6f0..b95534e4f 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -83,8 +83,8 @@ constraints whilst running the tests they also need to be a superuser. The following command will set up a user 'foi' with password 'foi': - echo "CREATE DATABASE foi_development encoding = 'SQL_ASCII'; - CREATE DATABASE foi_test encoding = 'SQL_ASCII'; + echo "CREATE DATABASE foi_development encoding 'SQL_ASCII' template template0; + CREATE DATABASE foi_test encoding 'SQL_ASCII' template template0; CREATE USER foi WITH CREATEUSER; ALTER USER foi WITH PASSWORD 'foi'; ALTER USER foi WITH CREATEDB; |