> ie, a function that returns difference of two dates(timestamp) in days > or months or year.. > > The - operator for timestamp retuns the intervel in days only.
rbt=# select extract('days' from current_timestamp - '2003-01-01'::timestamp); date_part ----------- 310 (1 row) ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html