diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-08 22:33:13 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-08 22:33:13 +0000 |
commit | 44279693157d367fc16547d7ad5c2b6342b3d18e (patch) | |
tree | fd351d75fd38641c847b6be3155b90e6ac6332a0 | |
parent | f176e379754bc461dcf80a74eb269de339396665 (diff) |
"statenebt" ?
-rw-r--r-- | doc/src/sgml/ref/explain.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml index 471ab1fc228..e4d9dd6e488 100644 --- a/doc/src/sgml/ref/explain.sgml +++ b/doc/src/sgml/ref/explain.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/explain.sgml,v 1.27 2003/08/31 17:32:23 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/explain.sgml,v 1.28 2003/09/08 22:33:13 tgl Exp $ PostgreSQL documentation --> @@ -30,7 +30,7 @@ EXPLAIN [ ANALYZE ] [ VERBOSE ] <replaceable class="parameter">statement</replac <para> This command displays the execution plan that the <productname>PostgreSQL</productname> planner generates for the - supplied statenebt. The execution plan shows how the table(s) + supplied statement. The execution plan shows how the table(s) referenced by the statement will be scanned---by plain sequential scan, index scan, etc.---and if multiple tables are referenced, what join algorithms will be used to bring together the required row from |