From: | Jan-Peter Seifert <Jan-Peter(dot)Seifert(at)gmx(dot)de> |
---|---|
To: | pgadmin-support(at)lists(dot)postgresql(dot)org |
Subject: | Locale Bug |
Date: | 2023-04-28 12:53:29 |
Message-ID: | e64e6a43-093c-98eb-2c92-a55289fd8453@gmx.de |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Hello,
I did create a database with encoding LATIN1:
CREATE DATABASE template_latin1
WITH OWNER = postgres
TEMPLATE = template0
ENCODING = 'LATIN1'
LC_COLLATE = 'de_DE'
LC_CTYPE = 'de_DE';
However, in pgAdmin 4 7.0 under 'Properties' the fields for 'Collation'
and 'Character type' are empty.
When I want to create a new database with LATIN1 as encoding locale
de_DE is not available.
In the past you could create a LATIN1 database with Locale de_DE with
pgAdmin if there is at least one of those in the cluster already.
Could you fix this, please?
Thank you very much!
Best regards,
Peter
From | Date | Subject | |
---|---|---|---|
Next Message | Bethany Davis | 2023-04-28 21:27:52 | Can't use accounts with .local emails |
Previous Message | Yogesh Mahajan | 2023-04-28 10:58:26 | Re: Configure pgAdmin for OAuth 2.0 |