]> granicus.if.org Git - postgresql/commitdiff
Update psql EXPLAIN help description, from Thomas.
authorBruce Momjian <bruce@momjian.us>
Thu, 12 Jun 1997 16:43:08 +0000 (16:43 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 12 Jun 1997 16:43:08 +0000 (16:43 +0000)
src/bin/psql/psqlHelp.h

index b72a3f1675d366a95447f27e2f4fb9638379e9f7..2937187712fd65547dee065efa91d1c535ea41ae 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: psqlHelp.h,v 1.18 1997/06/03 06:19:11 vadim Exp $
+ * $Id: psqlHelp.h,v 1.19 1997/06/12 16:43:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -130,7 +130,7 @@ static struct _helpStruct QL_HELP[] = {
       "end [transaction];"},
   { "explain",
       "explain the query execution plan",
-      "explain [with {cost|plan|full}] <query>"},
+      "explain [verbose] <query>"},
   { "fetch",
       "retrieve tuples from a cursor",
       "fetch [forward|backward] [<number>|all] [in <cursorname>];"},