Re: EXPLAIN BUFFERS
Greg Smith <greg@2ndquadrant.com>
From: Greg Smith <greg@2ndquadrant.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>, Euler Taveira de Oliveira <euler@timbira.com>, Jeff Janes <jeff.janes@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2009-12-08T05:05:33Z
Lists: pgsql-hackers
Robert Haas wrote: > I could live with the equals signs, but the use of parentheses seems > weird and inconsistent with normal english usage (which permits > parentheses as a means of making parenthetical comments). But it is consistent with people seeing: Seq Scan on foo (cost=0.00..155.00 rows=10000 width=4) Which seems to be what was being emulated here. I though that was pretty reasonable given this is a related feature. -- Greg Smith 2ndQuadrant Baltimore, MD PostgreSQL Training, Services and Support greg@2ndQuadrant.com www.2ndQuadrant.com