diff options
Diffstat (limited to 'contrib/btree_gist/expected/time.out')
-rw-r--r-- | contrib/btree_gist/expected/time.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/btree_gist/expected/time.out b/contrib/btree_gist/expected/time.out index 1b9da4e192a..ec95ef77c57 100644 --- a/contrib/btree_gist/expected/time.out +++ b/contrib/btree_gist/expected/time.out @@ -77,7 +77,7 @@ SELECT a, a <-> '10:57:11' FROM timetmp ORDER BY a <-> '10:57:11' LIMIT 3; QUERY PLAN -------------------------------------------------------------- Limit - -> Index Scan using timeidx on timetmp + -> Index Only Scan using timeidx on timetmp Order By: (a <-> '10:57:11'::time without time zone) (3 rows) |