Обсуждение: BUG #5362: WARNING could not determine encoding

Поиск
Список
Период
Сортировка

BUG #5362: WARNING could not determine encoding

От
"ALEX"
Дата:
The following bug has been logged online:

Bug reference:      5362
Logged by:          ALEX
Email address:      bavcom@mail.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@postgresql.org>.
WARNING:  could not determine encoding for locale "uk_UA.koi8u": codeset is
"KOI8-U"
DETAIL:  Please report this to <pgsql-bugs@postgresql.org>.

Re: BUG #5362: WARNING could not determine encoding

От
Robert Haas
Дата:
On Thu, Mar 4, 2010 at 5:55 AM, ALEX <bavcom@mail.ru> wrote:
>
> The following bug has been logged online:
>
> Bug reference: =A0 =A0 =A05362
> Logged by: =A0 =A0 =A0 =A0 =A0ALEX
> Email address: =A0 =A0 =A0bavcom@mail.ru
> PostgreSQL version: 8.3
> Operating system: =A0 linux ubuntu 9.10 server
> Description: =A0 =A0 =A0 =A0WARNING could not determine encoding
> Details:
>
> # sudo pg_createcluster -e koi8 --locale=3Duk_UA.koi8u --lc-ctype=3Duk_UA=
.koi8u
> --lc-collate=3Duk_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: =A0could not determine encoding for locale "uk_UA.koi8u": codese=
t is
> "KOI8-U"
> DETAIL: =A0Please report this to <pgsql-bugs@postgresql.org>.
> WARNING: =A0could not determine encoding for locale "uk_UA.koi8u": codese=
t is
> "KOI8-U"
> DETAIL: =A0Please report this to <pgsql-bugs@postgresql.org>.

Do we need to do anything about this?

...Robert

Re: BUG #5362: WARNING could not determine encoding

От
Tom Lane
Дата:
Robert Haas <robertmhaas@gmail.com> writes:
> On Thu, Mar 4, 2010 at 5:55 AM, ALEX <bavcom@mail.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