Forum OpenACS Development: Re: Can two ns_schedule procs hose a server?

Collapse
Posted by David Walker on
I have not managed to track down the full story of the interval function but I did find out this much through trial and error. The function does still exist but cannot be used directly for whatever reason.

  • select interval('1 day') fails
  • select interval '1 day' succeeds
  • select '1 day'::interval succeeds
  • select "interval"('1 day') succeeds