Actually I'd be happy if i could simply do this
SELECT age(start,end)::seconds From foo;
or something very close to that. Then i could process
the rest in perl.
Jeff.
>> From: pgsql-general-owner(at)postgresql(dot)org
>> [mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of
>> nolan(at)celery(dot)tssi(dot)com
>> Subject: [GENERAL] Time handling in pgsql. (fwd)
>> It would be great if the 'age' function could be supplied a formatting
>> string so that you could format the data any way you want.
>> Within that function convert both timestamps into seconds, do
>> the arithmetic and return the number of seconds.
>>