]> granicus.if.org Git - postgresql/commitdiff
Changed EXPLAIN option names.
authorBruce Momjian <bruce@momjian.us>
Sun, 29 Dec 1996 00:53:59 +0000 (00:53 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 29 Dec 1996 00:53:59 +0000 (00:53 +0000)
src/bin/psql/psqlHelp.h

index 9ca2b4eaf052db3fa38b86871a1853c157c78b7a..bf1f7f9b878d9f7f46276a15eda2df0881f0fc79 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: psqlHelp.h,v 1.7 1996/11/16 05:45:47 momjian Exp $
+ * $Id: psqlHelp.h,v 1.8 1996/12/29 00:53:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -124,7 +124,7 @@ static struct _helpStruct QL_HELP[] = {
       "end [transaction];"},
   { "explain",
       "explain the query execution plan",
-      "explain [with {cost|full_plan}] <query>"},
+      "explain [with {cost|full}] <query>"},
   { "fetch",
       "retrieve tuples from a cursor",
       "fetch [forward|backward] [<number>|all] [in <cursorname>];"},