BUG #5362: WARNING could not determine encoding
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>.
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 testCreating 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
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