|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/explain.sgml,v 1.27 2003/08/31 17:32:23 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/explain.sgml,v 1.28 2003/09/08 22:33:13 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -30,7 +30,7 @@ EXPLAIN [ ANALYZE ] [ VERBOSE ] <replaceable class="parameter">statement</replac
|
30 | 30 | <para>
|
31 | 31 | This command displays the execution plan that the
|
32 | 32 | <productname>PostgreSQL</productname> planner generates for the
|
33 |
| - suppliedstatenebt. The execution plan shows how the table(s) |
| 33 | + suppliedstatement. The execution plan shows how the table(s) |
34 | 34 | referenced by the statement will be scanned---by plain sequential scan,
|
35 | 35 | index scan, etc.---and if multiple tables are referenced, what join
|
36 | 36 | algorithms will be used to bring together the required row from
|
|