Re: In AIX server encoding utf8 is not supported - Mailing list pgsql-admin

From Laurenz Albe
Subject Re: In AIX server encoding utf8 is not supported
Date
Msg-id c6cf2af71e03043d4bd386f262dd384c6e3ba6ee.camel@cybertec.at
Whole thread Raw
In response to In AIX server encoding utf8 is not supported  (mallikarjun t <mallit333@gmail.com>)
List pgsql-admin
mallikarjun t wrote:
> I am initializing data directory by using following command, 
> 
> ./initdb -D <locatrion of data directory> -W
> 
> It is taking client_encoding LATINA1, but I want to change UTF8,
> 
> how to change, I already tried it is not supported,
> 
> Kindly help me, I am also attaching the screenshot also,

Please no screenshots, text is better.

You need to use a locale like "en_US.utf8" (or whatever the name
on AIX is) that works with UTF8.

If you cannot find such a locale with "locale -a", you'll have
to install it from the AIX installation sources.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




pgsql-admin by date:

Previous
From: Rui DeSousa
Date:
Subject: Re: How to know transaction count in hour basic
Next
From: Wells Oliver
Date:
Subject: Moving from PG 9-era table inheritance to PG 12 range partioning