Re: explain

From: "A(dot)Bhuvaneswaran" <bhuvansql(at)myrealbox(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: explain
Date: 2003-03-21 13:08:00
Message-ID: Pine.LNX.4.44.0303211835130.2317-100000@Bhuvan.bksys.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> > Hello all,
> >
> >
> > Can someone point me how can i make explain plan for a query?
>
> I don't want this for pgsql, but from any other tool that connects to
> postgres.

7.2.x and earlier:

The result of explain query is printed in STDERR, just like any other
notice message.

7.3:

The result is returned like a value returned from a function.

regards,
bhuvaneswaran

In response to

  • Re: explain at 2003-03-21 06:09:01 from Popeanga Marian

Browse pgsql-sql by date

  From Date Subject
Next Message Eric Veldhuyzen 2003-03-21 13:36:46 cast of integer to bool doesn't work (anymore?)
Previous Message Popeanga Marian 2003-03-21 12:35:16 Re: explain