From: Bruce Momjian Date: Thu, 12 Jun 1997 16:43:08 +0000 (+0000) Subject: Update psql EXPLAIN help description, from Thomas. X-Git-Tag: REL6_1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f846a321c44327bd02ad5691047fde41130f472;p=postgresql Update psql EXPLAIN help description, from Thomas. --- diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index b72a3f1675..2937187712 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}] "}, + "explain [verbose] "}, { "fetch", "retrieve tuples from a cursor", "fetch [forward|backward] [|all] [in ];"},