diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-06-01 04:32:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-06-01 04:32:41 +0000 |
commit | 6ed9f2f17b722a1dc7f94a1a2a7dd71944e9205e (patch) | |
tree | bd1c6ad89551f26aea0cd74dfc7888fc49d57f8a /src | |
parent | 195d7dea00981e0217d1bdbf0b0ef99eecef5852 (diff) |
DROP agg psql help change from Darren.
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 b41f5a08787..ebe845e7ff2 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.14 1997/05/22 18:55:40 momjian Exp $ + * $Id: psqlHelp.h,v 1.15 1997/06/01 04:32:41 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -94,7 +94,7 @@ static struct _helpStruct QL_HELP[] = { "\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"}, { "drop aggregate", "remove an aggregate function", - "drop aggregate <agg_name>;"}, + "drop aggregate <agg_name> <agg_type>|*;"}, { "drop database", "remove a database", "drop database <dbname>"}, |