Name: | overlaps |
Specific name: | overlaps(time without time zone, interval, time without time zone, time without time zone) |
Owner: | postgres |
Argument count: | 4 |
Return type: | bool |
Language: | sql |
Return a set: | |
Source: | select ($1, ($1 + $2)) overlaps ($3, $4) |
Volatility: | |
Security of definer: | |
Strict: | |
Comment: | SQL92 interval comparison |
See Also
List of functions