Thread: PostgreSQL does not support leap seconds.

PostgreSQL does not support leap seconds.

From
Dmitry Konnov
Date:
Здраствуйте,

откомпилил 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


Re: PostgreSQL does not support leap seconds.

From
Nick Gazaloff
Date:
Dmitry Konnov wrote:
> Здраствуйте,
>
> откомпилил v.8.0.1 на gcc minGW

Начнем с этого. Какая необходимость компилировать, когда есть готовый
инсталлятор, собранный MSVC?

--

Best regards,
Nick
(GPG Key ID: 4396B2D0)


Re: PostgreSQL does not support leap seconds.

From
Oleg Bartunov
Date:
This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

---559023410-1936695736-1107357473=:20328
Content-Type: TEXT/PLAIN; charset=koi8-r; format=flowed
Content-Transfer-Encoding: 8BIT

Привет,

я не спец в виндах, но зато могу воспользоваться нашей поисковой машиной
www.pgsql.ru


http://www.pgsql.ru/db/mw/index.html?section=-1&word=PostgreSQL+does+not+support+leap+seconds&action=Search&sdb_d=3&sdb_m=10&sdb_y=2004&sde_d=2&sde_m=2&sde_y=2005&weight=0&format=0&order=1
Суть в том, что надо снести какой-то антивирус :)
http://www.pgsql.ru/db/mw/msg.html?mid=2017778

Может поможет.

Олег

On Wed, 2 Feb 2005, Dmitry Konnov wrote:

> Здраствуйте,
>
> откомпилил 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"
>
>
>
> С Уважением
> Дмитрий Коннов
>
>

     Regards,
         Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
---559023410-1936695736-1107357473=:20328--