Thread: Searching datetime infos

Searching datetime infos

From
Boris
Date:
Hello,

I am searching general informations about datetime calculations in
PGSQL. In the meantime I found a lot of interesting constructions like

 ... age('now',datum) > timespan('90 days'::reltime) ...

 or

 ... 'now'::datetime - '90 days'::timespan ...


 Are they anywhere any dox about this things in genereal????


--
Boris