createdb with encoding parameter
[mir.git] / doc / INSTALL.mir
index 90fbdcc..c9bfd64 100755 (executable)
@@ -100,7 +100,7 @@ application call that you want to connect as a specific user. If you access
 the database from any other user's account, use the -U flag to connect to
 PostgreSQL as the database superuser ("postgres"):
 
-       createdb -U postgres Mir 
+       createdb -U postgres --encoding=unicode Mir 
 
 Please note that if you create the database from inside the psql application,
 the database name will likely be converted to lowercase letters.