"statenebt" ?
authorTom Lane
Mon, 8 Sep 2003 22:33:13 +0000 (22:33 +0000)
committerTom Lane
Mon, 8 Sep 2003 22:33:13 +0000 (22:33 +0000)
doc/src/sgml/ref/explain.sgml

index 471ab1fc22840bb284fa07e1706ecea36e38337b..e4d9dd6e4885b9e0a77144747a839076097ac7ad 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -30,7 +30,7 @@ EXPLAIN [ ANALYZE ] [ VERBOSE ] statement
   
    This command displays the execution plan that the
    PostgreSQL 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