Re: [GENERAL] Need feedback on possible new feature

2001-07-15 Thread Martijn van Oosterhout
On Sat, Jul 14, 2001 at 10:09:02PM -0400, Tom Lane wrote: > Martijn van Oosterhout <[EMAIL PROTECTED]> writes: > > Yes, you actually do the query and the show what took how long. As for > > seperating the parent and child nodes, is that really necessary? > > If you're going to label the nodes ind

Re: [GENERAL] Need feedback on possible new feature

2001-07-14 Thread Tom Lane
Martijn van Oosterhout <[EMAIL PROTECTED]> writes: > Yes, you actually do the query and the show what took how long. As for > seperating the parent and child nodes, is that really necessary? If you're going to label the nodes individually, then yes. What I take it you haven't realized yet is tha

Re: [GENERAL] Need feedback on possible new feature

2001-07-14 Thread Martijn van Oosterhout
On Sat, Jul 14, 2001 at 12:00:29PM -0400, Tom Lane wrote: > Martijn van Oosterhout <[EMAIL PROTECTED]> writes: > > Whether it's useful for anyone else is a question, but anyway, it makes an > > explain type output like: > > So the assumption is that you'd actually *do* the query, then report > ba

Re: [GENERAL] Need feedback on possible new feature

2001-07-14 Thread Tom Lane
Martijn van Oosterhout <[EMAIL PROTECTED]> writes: > Whether it's useful for anyone else is a question, but anyway, it makes an > explain type output like: So the assumption is that you'd actually *do* the query, then report back the plan tree plus measured statistics? Interesting thought. But h