Skip to content
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 locale support #2480

Closed
bilemedimkq opened this issue Jun 3, 2021 · 1 comment
Closed

database locale support #2480

bilemedimkq opened this issue Jun 3, 2021 · 1 comment

Comments

@bilemedimkq
Copy link

Hello,
i want to create a database with tr_TR.UTF-8 language but i cannot do. Because tr_TR.UTF-8 collection is not available in the database. I inspected your documentation to figure out how to add it manually, but i couldn’t find. Can you help me with this issue please?

CREATE DATABASE "test"
                                 WITH
                                 ENCODING = 'UTF8'
                                 TEMPLATE=template0
                                 LC_COLLATE = 'tr_TR.UTF-8'
                                 LC_CTYPE = 'tr_TR.UTF-8'
                                 CONNECTION LIMIT = -1

ERROR: invalid locale name: "tr_TR.UTF-8"
create collation "tr_TR.UTF-8" (LOCALE="tr_TR.UTF-8")

[22023] ERROR: could not create locale "tr_TR.UTF-8": No such file or directory
Detail: The operating system could not find any locale data for the locale name "tr_TR.UTF-8".
@jkatz jkatz added the duplicate label Jun 3, 2021
@jkatz
Copy link
Contributor

jkatz commented Jun 3, 2021

Please see: CrunchyData/crunchy-containers#1347

@jkatz jkatz closed this as completed Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants