Hi everyone... im looking for some help with the interval format between two
diferents versions of postgres
I have instaled in my old server postgres 8.0.3 and in my new one postgres
8.3.5...
Everything in both looks works nice but i notice a little difference that is
taking my crazy..
I have s
TED]>wrote:
> Zagato wrote:
>
>> I have som SQL that in 8.0.3 do:
>> # SELECT '32 hours'::INTERVAL;
>>interval
>> -
>> @ 1 day 8 hours
>>
>> And in 8.3.5 do:
>> seg_veh2=# SELECT '@ 32 hours'::INTERVAL;
&g