TODO item: immutable date_trunc with timezone arg - Mailing list pgsql-hackers

From Craig Ringer
Subject TODO item: immutable date_trunc with timezone arg
Date
Msg-id 53B22FD7.4040408@2ndquadrant.com
Whole thread Raw
Responses Re: TODO item: immutable date_trunc with timezone arg  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
Currently it's unsafe/not possible to use some funtions, like
date_trunc, in immutable functions and expression indexes.

It'd be really useful to have an immutable version that took the
timezone as an argument. Maybe this is a worthwhile beginner TODO item
for the wiki?

I'm sure there are other funcs that could use TimeZone-insensitive
variants too.

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Escaping from blocked send() reprised.
Next
From: Dilip kumar
Date:
Subject: Re: TODO : Allow parallel cores to be used by vacuumdb [ WIP ]