Browse Source

Setting of language of messages (LC_MESSAGES) in en_EN

Alexander Verbitsky 9 years ago
parent
commit
db58da27df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup_test_db.sh

+ 1 - 0
setup_test_db.sh

@@ -12,6 +12,7 @@ initdb --locale en_US.UTF-8 datadir
 cat > datadir/postgresql.conf <<EOF
 ssl = on
 ssl_ca_file = 'root.crt'
+lc_messages = 'en_US.UTF-8'
 EOF
 
 cp test_data/epgsql.crt datadir/server.crt