EXPLAIN: rows


oscon=>  explain select oid from pg_proc;
                        QUERY PLAN                         
-----------------------------------------------------------
 Seq Scan on pg_proc  (cost=0.00..72.92 rows=1492 width=4)

Previous: EXPLAIN: widths         [Table of Contents]         Next: EXPLAIN: cost