Re: Timezone for %t log_line_prefix

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Timezone for %t log_line_prefix
Date: 2004-08-16 17:08:17
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE34BFD1@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>Since we do have control over the timezone library now, one possible
>answer is to extend the src/timezone API so that it's possible to
>convert/format against more than a single timezone. We could then
>remember the zone setting inherited from the postmaster and always use
>that when formatting timestamps for the log, while not changing the
>behavior for operations at the SQL level.

Time permitting, I was planning to address this in 8.1. (well, 7.6 then,
but I guess it's 8.1 now). Not specificalyl the issue, but the
groundwork API change to make it possible.

>However, this is probably a bit more work than is reasonable to
>undertake right now, when we're already overdue for beta.

Definitly.

//Magnus

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-08-16 17:09:58 Re: Open items
Previous Message Magnus Hagander 2004-08-16 17:07:06 Re: Timezone for %t log_line_prefix