Re: explain - Mailing list pgsql-sql

From Roberto Mello
Subject Re: explain
Date
Msg-id 20030321063435.GA6863@cc.usu.edu
Whole thread Raw
In response to explain  (Popeanga Marian <pmarian@cnlo.ro>)
List 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"


pgsql-sql by date:

Previous
From: Popeanga Marian
Date:
Subject: Re: explain
Next
From: Popeanga Marian
Date:
Subject: Re: explain