BUG #5740: contrib/spi/moddatetime.c doesn't work with timezones.

From: "Dirk Heinrichs" <dirk(dot)heinrichs(at)altum(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5740: contrib/spi/moddatetime.c doesn't work with timezones.
Date: 2010-11-02 15:14:01
Message-ID: 201011021514.oA2FE1FT054444@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5740
Logged by: Dirk Heinrichs
Email address: dirk(dot)heinrichs(at)altum(dot)de
PostgreSQL version: 8.4.5
Operating system: Linux
Description: contrib/spi/moddatetime.c doesn't work with timezones.
Details:

The moddatetime function provided by this module only works on columns of
type "timestamp without time zone". Would be nice if it could also provide
an analogous function moddatetime_tz which provides the same functionality
for columns of type "timestamp with time zone".

Thanks...

Dirk

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message heasley 2010-11-02 16:17:08 BUG #5741: syslog line length
Previous Message Tom Lane 2010-11-02 14:51:32 Re: index on function confuses drop table cascade on child