Chris Cheston <[EMAIL PROTECTED]> writes: > I'm storing some timestamps as integers (UTF) in a table and I want to > query by <= and >= for times between a certain period.
btree can handle range queries nicely; why do you think you need an
rtree? rtree is for 2-dimensional datums which a timestamp is not ...
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
http://archives.postgresql.org
