Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d291ab

Browse files
committed
Changed EXPLAIN option names.
1 parent4415e48 commit2d291ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/psqlHelp.h

Lines changed: 2 additions & 2 deletions
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.7 1996/11/16 05:45:47 momjian Exp $
8+
* $Id: psqlHelp.h,v 1.8 1996/12/29 00:53:59 momjian Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -124,7 +124,7 @@ static struct _helpStruct QL_HELP[] = {
124124
"end [transaction];"},
125125
{"explain",
126126
"explain the query execution plan",
127-
"explain [with {cost|full_plan}] <query>"},
127+
"explain [with {cost|full}] <query>"},
128128
{"fetch",
129129
"retrieve tuples from a cursor",
130130
"fetch [forward|backward] [<number>|all] [in <cursorname>];"},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp