createdb with encoding parameter
authorreto <reto>
Mon, 1 Apr 2002 13:50:17 +0000 (13:50 +0000)
committerreto <reto>
Mon, 1 Apr 2002 13:50:17 +0000 (13:50 +0000)
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"):
 
 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.
 
 Please note that if you create the database from inside the psql application,
 the database name will likely be converted to lowercase letters.