File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
*
6
6
* Copyright (c) 1994, Regents of the University of California
7
7
*
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 $
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
@@ -94,7 +94,7 @@ static struct _helpStruct QL_HELP[] = {
94
94
"\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" },
95
95
{ "drop aggregate" ,
96
96
"remove an aggregate function" ,
97
- "drop aggregate <agg_name>;" },
97
+ "drop aggregate <agg_name> <agg_type>|* ;" },
98
98
{ "drop database" ,
99
99
"remove a database" ,
100
100
"drop database <dbname>" },
You can’t perform that action at this time.
0 commit comments