diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-06-12 16:43:08 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-06-12 16:43:08 +0000 |
commit | 8f846a321c44327bd02ad5691047fde41130f472 (patch) | |
tree | 702d8410c2121f1a1ca894618419f16f137874c3 /src | |
parent | 7540eda8f488d4e5f7659b60743557b446404b93 (diff) | |
download | postgresql-8f846a321c44327bd02ad5691047fde41130f472.tar.gz postgresql-8f846a321c44327bd02ad5691047fde41130f472.zip |
Update psql EXPLAIN help description, from Thomas.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/psql/psqlHelp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index b72a3f1675d..2937187712f 100644 --- a/src/bin/psql/psqlHelp.h +++ b/src/bin/psql/psqlHelp.h @@ -5,7 +5,7 @@ * * 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[] = { "end [transaction];"}, { "explain", "explain the query execution plan", - "explain [with {cost|plan|full}] <query>"}, + "explain [verbose] <query>"}, { "fetch", "retrieve tuples from a cursor", "fetch [forward|backward] [<number>|all] [in <cursorname>];"}, |