Tag Archives for PostgreSQL
Setting up a locale in PostgreSQL on Linux
After installation of fresh copy of PostgreSQL database server it is often required to configure proper localization settings. This helps to avoid messages like this:
1 |
ERROR: invalid locale name en_GB.utf8 |
where en_GB.utf8 is setting you want to have. In order to create a database … Continue reading