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