Properties

Name: overlaps 
Specific name: overlaps(time without time zone, interval, time without time zone, time without time zone) 
Owner: postgres 
Argument count:
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 

SQL

See Also

List of functions