PostgreSQL does not support leap seconds.

From: Dmitry Konnov <webbird(at)mail(dot)ru>
To: pgsql-ru-general(at)postgresql(dot)org
Subject: PostgreSQL does not support leap seconds.
Date: 2005-02-02 11:11:32
Message-ID: 1162319515.20050202141132@mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)mail(dot)ru

Responses

Browse pgsql-ru-general by date

  From Date Subject
Next Message Nick Gazaloff 2005-02-02 15:14:02 Re: PostgreSQL does not support leap seconds.
Previous Message Dmitry Konnov 2005-02-02 05:22:39 test