Re: Exclusion constraints with time expressions - Mailing list pgsql-general

From Jasen Betts
Subject Re: Exclusion constraints with time expressions
Date
Msg-id k89ebo$3r8$2@reversiblemaps.ath.cx
Whole thread Raw
In response to Exclusion constraints with time expressions  (Thomas Munro <munro@ip9.org>)
List pgsql-general
On 2012-11-06, Albe Laurenz <laurenz.albe@wien.gv.at> wrote:
> hari.fuchs@gmail.com wrote:
>> > I think the problem is that this + operator is implemented
>> > by the function "timestamptz_pl_interval", which is STABLE
>> > but not IMMUTABLE.
>> >
>> > I am not sure why this function cannot be IMMUTABLE, it
>> > seems to me that it should be.
>>
>> No: the result of e.g.
>>
>>   SELECT TIMESTAMPTZ '2012-10-28 01:30:00' + INTERVAL '24 hours';
>>
>> depends on the client's timezone and its DST rules.
>
> You are right; timestamptz_in itself is STABLE, and I forgot
> about daylight savings time.

The original poster had a timestamptz constant (using the naval
timezone 'Z') yet he still had the problem.,

--
⚂⚃ 100% natural

pgsql-general by date:

Previous
From: David Johnston
Date:
Subject: Re: Difference between varchar and text?
Next
From: Jasen Betts
Date:
Subject: Re: Exclusion constraints with time expressions