I want to convert an interval (from substraction between two timestamps) into a integer that represents how many seconds that interval has. How do I do that?
select extract(epoch from your_interval);
Regards, Tomasz Myrta
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])