From: reto Date: Mon, 1 Apr 2002 13:50:17 +0000 (+0000) Subject: createdb with encoding parameter X-Git-Tag: prexmlproducerconfig~168 X-Git-Url: http://erislabs.net/gitweb/?p=mir.git;a=commitdiff_plain;h=8424d3a07885dc9e47c8d1ce0e40509fd6f2217e createdb with encoding parameter --- diff --git a/doc/INSTALL.mir b/doc/INSTALL.mir index 90fbdcc9..c9bfd64e 100755 --- a/doc/INSTALL.mir +++ b/doc/INSTALL.mir @@ -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.