Painted-Fox / docker-postgresql

A dockerfile that produces a docker image that runs postgresql.
MIT License
72 stars 57 forks source link

Wrong locale? #22

Closed bronislav closed 10 years ago

bronislav commented 10 years ago

It seems like new cluster created with default locale instead of UTF-8:

Creating cluster with UTF-8 encoding.
Creating new cluster 9.3/main ...
  config /etc/postgresql/9.3/main
  data   /var/lib/postgresql/9.3/main
  locale C
  port   5432
Painted-Fox commented 10 years ago

Thank you very much for catching this. I believe this is fixed now.