Locale (unsupported) bug. uk_UA.KOI8-U

From: ivocs admin <gh0st(at)ivocs(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Locale (unsupported) bug. uk_UA.KOI8-U
Date: 2008-10-09 09:37:00
Message-ID: 48EDD0BC.80203@ivocs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)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(at)postgresql(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2008-10-09 12:01:37 Re: Locale (unsupported) bug. uk_UA.KOI8-U
Previous Message Jussi Pakkanen 2008-10-09 09:14:45 BUG #4462: Adding COUNT to query causes massive slowdown