| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Eric <fishware(at)comcast(dot)net> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: cannot get build (initdb) to work after trying for a week |
| Date: | 2007-03-18 15:02:24 |
| Message-ID: | 20070318150224.GA29498@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Eric wrote:
> I am getting truly desperate! I am trying to build any version of
> Postgres on Windows from source. First experience with Postgres
> source. I have struggled for days trying to solve a problem. Would be
> willing to pay for the solution!!!
>
> The following error occurred when issuing a vanilla initdb command on
> my Windows system.
>
> 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.
Try specifying a timezone in postgresql.conf. For initdb, I'd try
specifying it in the TZ environment variable.
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2007-03-18 15:10:35 | Re: cannot get build (initdb) to work after trying for a week |
| Previous Message | Jorge Godoy | 2007-03-18 14:31:28 | Re: Design / Implementation problem |