BUG #5362: WARNING could not determine encoding

Started by ALEXabout 16 years ago3 messagesbugs
Jump to latest
#1ALEX
bavcom@mail.ru

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>.

#2Robert Haas
robertmhaas@gmail.com
In reply to: ALEX (#1)
Re: BUG #5362: WARNING could not determine encoding

On Thu, Mar 4, 2010 at 5:55 AM, ALEX <bavcom@mail.ru> wrote:

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>.

Do we need to do anything about this?

...Robert

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Robert Haas (#2)
Re: BUG #5362: WARNING could not determine encoding

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