Re: pgsql: Fix AT TIME ZONE for timestamps without time

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bruce Momjian <momjian(at)svr1(dot)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix AT TIME ZONE for timestamps without time
Date: 2005-07-22 21:18:18
Message-ID: 200507222118.j6MLIIx10324@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


Nope, I now see it still is not fixed. Working now.

---------------------------------------------------------------------------

Bruce Momjian wrote:
> Log Message:
> -----------
> Fix AT TIME ZONE for timestamps without time zones:
>
> test=> select ('2005-07-20 00:00:00'::timestamp without time zone) at
> time zone 'Europe/Paris';
> timezone
> ------------------------
> 2005-07-19 22:00:00-04
>
> Udpate documentation.
>
> Modified Files:
> --------------
> pgsql/doc/src/sgml:
> func.sgml (r1.268 -> r1.269)
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.268&r2=1.269)
> pgsql/src/backend/utils/adt:
> timestamp.c (r1.141 -> r1.142)
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c.diff?r1=1.141&r2=1.142)
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message User Builder 2005-07-22 22:07:57 bizgres - bizgres: Introduce release Release-0_7_0
Previous Message Bruce Momjian 2005-07-22 21:16:15 pgsql: Fix AT TIME ZONE for timestamps without time zones: test=>