BUG #5362: WARNING could not determine encoding

Lists: pgsql-bugs
From: "ALEX" <bavcom(at)mail(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5362: WARNING could not determine encoding
Date: 2010-03-04 10:55:14
Message-ID: 201003041055.o24AtE8L014003@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5362
Logged by: ALEX
Email address: bavcom(at)mail(dot)ru
PostgreSQL version: 8.3
Operating system: linux ubuntu 9.10 server
Description: WARNING could not determine encoding
Details:

# sudo pg_createcluster -e koi8 --locale=uk_UA.koi8u --lc-ctype=uk_UA.koi8u
--lc-collate=uk_UA.koi8u -d /mnt/test 8.3 test

Creating new cluster (configuration: /etc/postgresql/8.3/test, data:
/mnt/test)...
could not determine encoding for locale "uk_UA.koi8u": codeset is "KOI8-U"
WARNING: could not determine encoding for locale "uk_UA.koi8u": codeset is
"KOI8-U"
DETAIL: Please report this to <pgsql-bugs(at)postgresql(dot)org>.
WARNING: could not determine encoding for locale "uk_UA.koi8u": codeset is
"KOI8-U"
DETAIL: Please report this to <pgsql-bugs(at)postgresql(dot)org>.


From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: ALEX <bavcom(at)mail(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5362: WARNING could not determine encoding
Date: 2010-03-13 22:02:21
Message-ID: 603c8f071003131402t4f451d7fy19083ea30f4ebceb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

On Thu, Mar 4, 2010 at 5:55 AM, ALEX <bavcom(at)mail(dot)ru> wrote:
>
> The following bug has been logged online:
>
> Bug reference:      5362
> Logged by:          ALEX
> Email address:      bavcom(at)mail(dot)ru
> PostgreSQL version: 8.3
> Operating system:   linux ubuntu 9.10 server
> Description:        WARNING could not determine encoding
> Details:
>
> # sudo pg_createcluster -e koi8 --locale=uk_UA.koi8u --lc-ctype=uk_UA.koi8u
> --lc-collate=uk_UA.koi8u -d /mnt/test 8.3 test
>
> Creating new cluster (configuration: /etc/postgresql/8.3/test, data:
> /mnt/test)...
> could not determine encoding for locale "uk_UA.koi8u": codeset is "KOI8-U"
> WARNING:  could not determine encoding for locale "uk_UA.koi8u": codeset is
> "KOI8-U"
> DETAIL:  Please report this to <pgsql-bugs(at)postgresql(dot)org>.
> WARNING:  could not determine encoding for locale "uk_UA.koi8u": codeset is
> "KOI8-U"
> DETAIL:  Please report this to <pgsql-bugs(at)postgresql(dot)org>.

Do we need to do anything about this?

...Robert


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: ALEX <bavcom(at)mail(dot)ru>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5362: WARNING could not determine encoding
Date: 2010-03-13 22:24:44
Message-ID: 8029.1268519084@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> On Thu, Mar 4, 2010 at 5:55 AM, ALEX <bavcom(at)mail(dot)ru> wrote:
>> could not determine encoding for locale "uk_UA.koi8u": codeset is "KOI8-U"

> Do we need to do anything about this?

Should be fixed in 8.4 and up.

regards, tom lane