Re: BUG #2816: Logfile difference in timestamp between Windows and Linux

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Joost Karaaijeveld" <J(dot)Kraaijeveld(at)Askesis(dot)nl>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2816: Logfile difference in timestamp between Windows and Linux
Date: 2006-12-07 16:18:51
Message-ID: 15874.1165508331@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Joost Karaaijeveld" <J(dot)Kraaijeveld(at)Askesis(dot)nl> writes:
> Printing a timestamp using '%t%' in Windows omits the timezone in the
> logfile. In Linux the timezone is printed. Either make the two the same by
> default or make it configurable so that the user can make them the same.

The zone name available from Windows is not only too long, but
localized, and we can't be sure that it's given in the right encoding.
So I'm afraid this isn't happening.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Andreen 2006-12-07 16:20:45 BUG #2817: Mixing spi_prepare and spi_exec_query causes postgresql to terminate itself on bad argument types
Previous Message Michael Andreen 2006-12-07 16:10:10 8.2 bug: Mixing spi_prepare and spi_exec_query causes postgresql to terminate itself on bad argument types