Re: pgsql-server/ oc/src/sgml/func.sgml oc/src/sgm ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/ oc/src/sgml/func.sgml oc/src/sgm ...
Date: 2003-04-02 18:37:20
Message-ID: 22145.1049308640@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> Log message:
> Add start time to pg_stat_activity

Why did this patch declare pg_stat_activity.query_start as timestamp
without time zone? Meseems it should be timestamp with time zone.
The other datatype isn't really intended to represent the times of
real-world events.

I also note that the displayed time is off about five hours (my offset
from GMT), which I suspect has a lot to do with this error ...

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-04-02 20:00:22 pgsql-server/src/backend/libpq ip.c
Previous Message Christopher Kings-Lynne 2003-04-02 03:00:20 Re: pgsql-server/src/backend/utils/adt formatting.c