DROP agg psql help change from Darren.
authorBruce Momjian
Sun, 1 Jun 1997 04:32:41 +0000 (04:32 +0000)
committerBruce Momjian
Sun, 1 Jun 1997 04:32:41 +0000 (04:32 +0000)
src/bin/psql/psqlHelp.h

index b41f5a08787188cf032153d47833473c95cf0dfa..ebe845e7ff26b62cbf1819f75284f7c5f413428c 100644 (file)
@@ -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 ;"},
+      "drop aggregate  |*;"},
   { "drop database",
      "remove a database",
      "drop database "},