From: Tom Lane Date: Mon, 8 Sep 2003 22:33:13 +0000 (+0000) Subject: "statenebt" ? X-Git-Tag: REL7_4_BETA3~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44279693157d367fc16547d7ad5c2b6342b3d18e;p=postgresql "statenebt" ? --- diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml index 471ab1fc22..e4d9dd6e48 100644 --- a/doc/src/sgml/ref/explain.sgml +++ b/doc/src/sgml/ref/explain.sgml @@ -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