1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00

explain change

This commit is contained in:
Bruce Momjian
1996-12-29 19:31:16 +00:00
parent bf6fdeebb5
commit 765dd2a4c0
3 changed files with 23 additions and 13 deletions

View File

@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: psqlHelp.h,v 1.8 1996/12/29 00:53:59 momjian Exp $
* $Id: psqlHelp.h,v 1.9 1996/12/29 19:31:06 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -124,7 +124,7 @@ static struct _helpStruct QL_HELP[] = {
"end [transaction];"},
{ "explain",
"explain the query execution plan",
"explain [with {cost|full}] <query>"},
"explain [with {cost|plan|full}] <query>"},
{ "fetch",
"retrieve tuples from a cursor",
"fetch [forward|backward] [<number>|all] [in <cursorname>];"},