From: | "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | "Dave Page" <dpage(at)postgresql(dot)org> |
Cc: | "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>, "Magnus Hagander" <magnus(at)hagander(dot)net>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [COMMITTERS] pgsql: Re-allow UTF8 encodings on win32. |
Date: | 2007-10-17 14:47:17 |
Message-ID: | 162867790710170747i1c329a93s59e4450b19de5c7d@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
I did some test, but without success,
Pavel
I have win2003 Server .. with czech locales support.
I:\PGSQL\BIN>initdb -D ../data -L i:\pgsql\share
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 Czech_Czech Republic.1250.
could not determine encoding for locale "Czech_Czech Republic.1250": codeset is
"CP1250"
INITDB: could not find suitable encoding for locale Czech_Czech Republic.1250
Rerun INITDB with the -E option.
Try "INITDB --help" for more information.
I:\PGSQL\BIN>
I:\PGSQL\BIN>initdb -E UTF-8 -D ../data -L i:\pgsql\share
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 Czech_Czech Republic.1250.
could not determine encoding for locale "Czech_Czech Republic.1250": codeset is
"CP1250"
INITDB: could not find suitable text search configuration for locale Czech_Czech
Republic.1250
The default text search configuration will be set to "simple".
fixing permissions on existing directory ../data ... ok
creating subdirectories ... ok
selecting default max_connections ... 10
selecting default shared_buffers/max_fsm_pages ... 400kB/20000
creating configuration files ... ok
creating template1 database in ../data/base/1 ... FATAL: could not select a sui
table default timezone
DETAIL: It appears that your GMT time zone uses leap seconds. PostgreSQL does n
ot support leap seconds.
child process exited with exit code 1
INITDB: removing contents of data directory "../data"
I:\PGSQL\BIN>initdb -E win1250 --locale="Czech_Czech Republic.1250" -D ../data -
L i:\pgsql\share
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 Czech_Czech Republic.1250.
could not determine encoding for locale "Czech_Czech Republic.1250": codeset is
"CP1250"
INITDB: could not find suitable text search configuration for locale Czech_Czech
Republic.1250
The default text search configuration will be set to "simple".
fixing permissions on existing directory ../data ... ok
creating subdirectories ... ok
selecting default max_connections ... 10
selecting default shared_buffers/max_fsm_pages ... 400kB/20000
creating configuration files ... ok
creating template1 database in ../data/base/1 ... FATAL: could not select a sui
table default timezone
DETAIL: It appears that your GMT time zone uses leap seconds. PostgreSQL does n
ot support leap seconds.
child process exited with exit code 1
INITDB: removing contents of data directory "../data"
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-10-17 15:24:04 | pgsql: Add missing entry for PG_WIN1250 encoding, per gripe from Pavel |
Previous Message | User Heder | 2007-10-17 14:34:44 | randdataset - randdataset: This is the initial version of: Random |
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2007-10-17 15:01:16 | Re: rolcanlogin vs. the flat password file |
Previous Message | Magnus Hagander | 2007-10-17 14:46:34 | Re: rolcanlogin vs. the flat password file |