PostgreSQL does not support leap seconds.

Поиск
Список
Период
Сортировка
От Dmitry Konnov
Тема PostgreSQL does not support leap seconds.
Дата
Msg-id 1162319515.20050202141132@mail.ru
обсуждение исходный текст
Ответы Re: PostgreSQL does not support leap seconds.  (Nick Gazaloff <nick@sbin.org>)
Re: PostgreSQL does not support leap seconds.  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-ru-general
Здраствуйте,

откомпилил v.8.0.1 на gcc minGW

Когда пытаюсь инициализировать базу получаю следующее сообщение.

D:\postgresql-8.0.1\src\bin\initdb>initdb -D d:\pq_sqldata


The files belonging to this database system will be owned by user "dima2".
This user must also own the server process.

The database cluster will be initialized with locale Dutch_Netherlands.1252.

creating directory d:/pq_sqldata ... ok
creating directory d:/pq_sqldata/global ... ok
creating directory d:/pq_sqldata/pg_xlog ... ok
creating directory d:/pq_sqldata/pg_xlog/archive_status ... ok
creating directory d:/pq_sqldata/pg_clog ... ok
creating directory d:/pq_sqldata/pg_subtrans ... ok
creating directory d:/pq_sqldata/base ... ok
creating directory d:/pq_sqldata/base/1 ... ok
creating directory d:/pq_sqldata/pg_tblspc ... ok
selecting default max_connections ... 10
selecting default shared_buffers ... 50
creating configuration files ... ok
creating template1 database in d:/pq_sqldata/base/1 ... WARNING:  could not find
 a match for Windows timezone ""
FATAL:  could not select a suitable default timezone
DETAIL:  It appears that your GMT time zone uses leap seconds.
PostgreSQL does not support leap seconds.
child process was terminated by signal 1
initdb: removing data directory "d:/pq_sqldata"



С Уважением
Дмитрий Коннов

--
Best regards,
 Dmitry                          mailto:webbird@mail.ru


В списке pgsql-ru-general по дате отправления:

Предыдущее
От: Dmitry Konnov
Дата:
Сообщение: test
Следующее
От: Nick Gazaloff
Дата:
Сообщение: Re: PostgreSQL does not support leap seconds.