Commit 8f846a32 authored by Bruce Momjian's avatar Bruce Momjian

Update psql EXPLAIN help description, from Thomas.

parent 7540eda8
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -130,7 +130,7 @@ static struct _helpStruct QL_HELP[] = { ...@@ -130,7 +130,7 @@ static struct _helpStruct QL_HELP[] = {
"end [transaction];"}, "end [transaction];"},
{ "explain", { "explain",
"explain the query execution plan", "explain the query execution plan",
"explain [with {cost|plan|full}] <query>"}, "explain [verbose] <query>"},
{ "fetch", { "fetch",
"retrieve tuples from a cursor", "retrieve tuples from a cursor",
"fetch [forward|backward] [<number>|all] [in <cursorname>];"}, "fetch [forward|backward] [<number>|all] [in <cursorname>];"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment