You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand, now it should be possible to build the alpine-based image with the correct en-US.UTF-8 collation and have proper string comparison. Or do I miss anything?
The text was updated successfully, but these errors were encountered:
Yes, that helps. But my question is not how to fix it but rather why ENV POSTGRES_INITDB_ARGS "--locale-provider=icu --icu-locale=en-US" isn't part of alpine-based image? Developers use alpine-based images to make the dev setup faster and smaller but they don't know that it comes with the price of different behaviour.
Ran into #851 using
postgres:16.1-alpine
In
README.md
it's said:As far as I understand, now it should be possible to build the
alpine
-based image with the correcten-US.UTF-8
collation and have proper string comparison. Or do I miss anything?The text was updated successfully, but these errors were encountered: