Locale (unsupported) bug. uk_UA.KOI8-U - Mailing list pgsql-bugs

From ivocs admin
Subject Locale (unsupported) bug. uk_UA.KOI8-U
Date
Msg-id 48EDD0BC.80203@ivocs.com
Whole thread Raw
Responses Re: Locale (unsupported) bug. uk_UA.KOI8-U  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-bugs
initdb -E ISO-8859-1 -D data/
The files belonging to this database system will be owned by user
"postgres".
This user must also own the server process.

The database cluster will be initialized with locale uk_UA.KOI8-U.
could not determine encoding for locale "uk_UA.KOI8-U": codeset is "KOI8-U"
initdb: could not find suitable text search configuration for locale
uk_UA.KOI8-U
The default text search configuration will be set to "simple".

fixing permissions on existing directory data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers/max_fsm_pages ... 24MB/153600
creating configuration files ... ok
creating template1 database in data/base/1 ... ok
initializing pg_authid ... ok
initializing dependencies ... ok
creating system views ... ok
loading system objects' descriptions ... ok
creating conversions ... ok
creating dictionaries ... ok
setting privileges on built-in objects ... ok
creating information schema ... ok
vacuuming database template1 ... ok
copying template1 to template0 ... WARNING:  could not determine
encoding for locale "uk_UA.KOI8-U": codeset is "KOI8-U"
DETAIL:  Please report this to <pgsql-bugs@postgresql.org>.
ok
copying template1 to postgres ... WARNING:  could not determine encoding
for locale "uk_UA.KOI8-U": codeset is "KOI8-U"
DETAIL:  Please report this to <pgsql-bugs@postgresql.org>.
ok

WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the -A option the
next time you run initdb.

Success. You can now start the database server using:

    postgres -D data


--
WBR, Bohdan Turkynewych
iVOCS.com System Administrator


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

pgsql-bugs by date:

Previous
From: "Jussi Pakkanen"
Date:
Subject: BUG #4462: Adding COUNT to query causes massive slowdown
Next
From: Peter Eisentraut
Date:
Subject: Re: Locale (unsupported) bug. uk_UA.KOI8-U