From 8424d3a07885dc9e47c8d1ce0e40509fd6f2217e Mon Sep 17 00:00:00 2001 From: reto Date: Mon, 1 Apr 2002 13:50:17 +0000 Subject: [PATCH] createdb with encoding parameter --- doc/INSTALL.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0