Skip to content

Commit 6ed9f2f

Browse files
committed
DROP agg psql help change from Darren.
1 parent 195d7de commit 6ed9f2f

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.14 1997/05/22 18:55:40 momjian Exp $
8+
* $Id: psqlHelp.h,v 1.15 1997/06/01 04:32:41 momjian Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -94,7 +94,7 @@ static struct _helpStruct QL_HELP[] = {
9494
"\tdrop aggregate\n\tdrop database\n\tdrop function\n\tdrop index\n\tdrop operator\n\tdrop rule\n\tdrop sequence\n\tdrop table\n\tdrop type\n\tdrop view"},
9595
{ "drop aggregate",
9696
"remove an aggregate function",
97-
"drop aggregate <agg_name>;"},
97+
"drop aggregate <agg_name> <agg_type>|*;"},
9898
{ "drop database",
9999
"remove a database",
100100
"drop database <dbname>"},

0 commit comments

Comments
 (0)