Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8f846a3

Browse files
committed
Update psql EXPLAIN help description, from Thomas.
1 parent 7540eda commit 8f846a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/psqlHelp.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
8-
* $Id: psqlHelp.h,v 1.18 1997/06/03 06:19:11 vadim Exp $
8+
* $Id: psqlHelp.h,v 1.19 1997/06/12 16:43:08 momjian Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -130,7 +130,7 @@ static struct _helpStruct QL_HELP[] = {
130130
"end [transaction];"},
131131
{ "explain",
132132
"explain the query execution plan",
133-
"explain [with {cost|plan|full}] <query>"},
133+
"explain [verbose] <query>"},
134134
{ "fetch",
135135
"retrieve tuples from a cursor",
136136
"fetch [forward|backward] [<number>|all] [in <cursorname>];"},

0 commit comments

Comments
 (0)