We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uncomment en_US.UTF-8 in /etc/locale.gen
~$ locale-gen en_US.UTF-8
~$ update-locale LANG=en_US.UTF-8
postgres=# CREATE DATABASE testdb with encoding 'utf8' lc_collate 'en_US.UTF-8' lc_ctype 'en_US.UTF-8' template template0;