We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7540eda commit 8f846a3Copy full SHA for 8f846a3
src/bin/psql/psqlHelp.h
@@ -5,7 +5,7 @@
5
*
6
* Copyright (c) 1994, Regents of the University of California
7
8
- * $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 $
9
10
*-------------------------------------------------------------------------
11
*/
@@ -130,7 +130,7 @@ static struct _helpStruct QL_HELP[] = {
130
"end [transaction];"},
131
{ "explain",
132
"explain the query execution plan",
133
- "explain [with {cost|plan|full}] <query>"},
+ "explain [verbose] <query>"},
134
{ "fetch",
135
"retrieve tuples from a cursor",
136
"fetch [forward|backward] [<number>|all] [in <cursorname>];"},
0 commit comments