This commit is contained in:
2018-10-02 00:06:25 +00:00
parent c54d09b5da
commit 2f6f005ff0
2 changed files with 21 additions and 5 deletions

View File

@@ -364,6 +364,10 @@ FROM awidget AS m
WHERE m.id = 12989
LIMIT 1
"Limit (cost=0.29..8.30 rows=1 width=27) (actual time=0.079..0.080 rows=1 loops=1)"
" -> Index Scan using awidget_pkey on awidget m (cost=0.29..8.30 rows=1 width=27) (actual time=0.077..0.077 rows=1 loops=1)"
" Index Cond: (id = 12989)"