-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database encoding is set to SQL_ASCII #13
Comments
I can reproduce this on master, but not on the
Looks like this regression was caused by #8 - could be an Ubuntu 14.04 thing. Investigating. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The dockerfile lists initdb params of UTF-8 but the databases that ship by default with this image are all SQL_ASCII.
\l
List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+----------+-----------+---------+-------+-----------------------
docker | docker | SQL_ASCII | C | C |
postgres | postgres | SQL_ASCII | C | C |
template0 | postgres | SQL_ASCII | C | C | =c/postgres +
| | | | | postgres=CTc/postgres
template1 | postgres | SQL_ASCII | C | C | =c/postgres +
| | | | | postgres=CTc/postgres
(4 rows)
The text was updated successfully, but these errors were encountered: