[EMAIL PROTECTED] (Bruce Momjian) writes:
> Log Message:
> -----------
> Add time/date macros for code clarity:
> #define DAYS_PER_YEAR 365.25
> #define MONTHS_PER_YEAR 12
> #define DAYS_PER_MONTH 30
> #define HOURS_PER_DAY 24
Considering that only one of these four is actually an accurate
constant, I have to question the usefulness of this.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match