Properties

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

SQL

See Also

List of functions