Re: explain

From: Roberto Mello <rmello(at)cc(dot)usu(dot)edu>
To: Popeanga Marian <pmarian(at)cnlo(dot)ro>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: explain
Date: 2003-03-21 06:34:35
Message-ID: 20030321063435.GA6863@cc.usu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Fri, Mar 21, 2003 at 07:46:01AM +0200, Popeanga Marian wrote:
> Hello all,
>
>
> Can someone point me how can i make explain plan for a query?

explain select blah from foo where bar = baz;

\h explain

Look at the PostgreSQL documentation (SQL Reference).

-Roberto

--
+----| Roberto Mello - http://www.brasileiro.net/ |------+
+ Computer Science Graduate Student, Utah State University +
+ USU Free Software & GNU/Linux Club - http://fslc.usu.edu/ +
"There's 2 kind of people: those who knows assembler and the rest"

In response to

  • explain at 2003-03-21 05:46:01 from Popeanga Marian

Responses

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

Browse pgsql-sql by date

  From Date Subject
Next Message Rajesh Kumar Mallah 2003-03-21 08:23:17 Re: explain
Previous Message Popeanga Marian 2003-03-21 06:21:59 Re: explain