aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-12-29 00:53:59 +0000
committerBruce Momjian <bruce@momjian.us>1996-12-29 00:53:59 +0000
commit2d291ab0938b906bb581903df086c1ed0ea02e4a (patch)
tree91dd3224260994ea3d226c230bfd726c571c7dff
parent4415e481ef33a6f92a4f4f7816a4cbebba31aff7 (diff)
downloadpostgresql-2d291ab0938b906bb581903df086c1ed0ea02e4a.tar.gz
postgresql-2d291ab0938b906bb581903df086c1ed0ea02e4a.zip
Changed EXPLAIN option names.
-rw-r--r--src/bin/psql/psqlHelp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h
index 9ca2b4eaf05..bf1f7f9b878 100644
--- a/src/bin/psql/psqlHelp.h
+++ b/src/bin/psql/psqlHelp.h
@@ -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>];"},