[ rather delayed response, sorry about that ]
"Averk" <[EMAIL PROTECTED]> writes:
> When I create temporary table inside a function overriding persistent one,
> usage if it's identifer is bound to persistent table instead of temporary at
> the first function in chain. In any descendant calls or co
[EMAIL PROTECTED] writes:
> I'm not sure whether this is actually a bug, but here goes: If you define a column
>as TIMESTAMP WITHOUT TIME ZONE (or TIMESTAMP(0) WITHOUT TIME ZONE), EXTRACT(EPOCH
>FROM column) returns a time stamp that is exactly one hour later than the time stamp
>from a column w
Jonas Bentzen (jonas at understroem dot dk) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
EXTRACT(EPOCH FROM column): Possible wrong output
Long Description
I'm not sure whether this is actually a bug, but here goes: If you define a column as
TI