Fixed an error caused by a PG 7.3 incompatibility with earlier versions. You can no longer subtract an integer from a timestamp but rather …
Show more
Fixed an error caused by a PG 7.3 incompatibility with earlier versions. Youcan no longer subtract an integer from a timestamp but rather must explicitlycast it to an interval number of days.
Show less