> > How about adding these for 7.3? Can this be put in the TODO?
> >
> > EXTRACT(TIMESTAMP FROM epoch);
> > EXTRACT(DATE FROM epoch);
> > EXTRACT(DOW FROM epoch);
> > ...
>
> What do you want this to do exactly?
OK, we have some legacy columns that use int4 as their type. It would be
nice to be able to do easy date handling with them.
eg. EXTRACT(TIMESTAMP FROM EPOCH '1081237846')
Chris