Re: [BUGS] Locale (unsupported) bug. uk_UA.KOI8-U

2008-10-09 Thread Peter Eisentraut
Tom Lane wrote: Peter Eisentraut <[EMAIL PROTECTED]> writes: ivocs admin wrote: 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

Re: [BUGS] Locale (unsupported) bug. uk_UA.KOI8-U

2008-10-09 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > ivocs admin wrote: >> 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.KO

Re: [BUGS] Locale (unsupported) bug. uk_UA.KOI8-U

2008-10-09 Thread Peter Eisentraut
ivocs admin wrote: initdb -E ISO-8859-1 -D data/ This is probably not a good idea. You should specify a locale and let initdb figure out the matching encoding. Otherwise you might end up with an incompatible locale/encoding combination. (initdb would probably not even allow this to procee

[BUGS] Locale (unsupported) bug. uk_UA.KOI8-U

2008-10-09 Thread ivocs admin
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"