Text Size: Normal / Large

Time Interval Operators

The time interval data type tinterval is a legacy from the original date/time types and is not as well supported as the more modern types. There are several operators for this type.

Table 9-5. Postgres Time Interval Operators

OperatorDescriptionUsage
#< Interval less than? 
#<= Interval less than or equal to? 
#<> Interval not equal? 
#= Interval equal? 
#> Interval greater than? 
#>= Interval greater than or equal to? 
<#> Convert to time interval 
<< Interval less than? 
| Start of interval 
~= Same as 
<?> Time inside interval? 

Privacy Policy | Project hosted by hub.org | Designed by tinysofa
Copyright © 1996 – 2007 PostgreSQL Global Development Group