Hello all,
Here is the result I get when trying to use OVERLAPS function:
peroon=# SELECT OVERLAPS('yesterday', 'today', 'today', 'tomorrow');
ERROR: parser: parse error at or near "overlaps"
What am I doing wrong? Is there any way to make this function work?
Alex Bolenok.