Re: In AIX server encoding utf8 is not supported

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: mallikarjun t <mallit333(at)gmail(dot)com>, pgsql-admin <pgsql-admin(at)postgresql(dot)org>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Luca Ferrari <fluca1978(at)gmail(dot)com>
Subject: Re: In AIX server encoding utf8 is not supported
Date: 2019-10-31 18:52:24
Message-ID: c6cf2af71e03043d4bd386f262dd384c6e3ba6ee.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Wells Oliver 2019-10-31 23:26:14 Moving from PG 9-era table inheritance to PG 12 range partioning
Previous Message Rui DeSousa 2019-10-31 14:15:56 Re: How to know transaction count in hour basic