From 05a436b327d336d862291381ad897e7f4229e772 Mon Sep 17 00:00:00 2001 From: "Vadim B. Mikheev" Date: Thu, 16 Oct 1997 06:59:23 +0000 Subject: [PATCH] DROP TRIGGER. --- src/bin/psql/psqlHelp.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index 11b0f66dc0..e303e7a78c 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.30 1997/10/02 13:58:06 vadim Exp $ + * $Id: psqlHelp.h,v 1.31 1997/10/16 06:59:23 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -95,7 +95,7 @@ static struct _helpStruct QL_HELP[] = { "delete from [where ];"}, {"drop", "Please more be specific:", - "\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"}, + "\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 trigger\n\tdrop type\n\tdrop view"}, {"drop aggregate", "remove an aggregate function", "drop aggregate |*;"}, @@ -114,12 +114,15 @@ static struct _helpStruct QL_HELP[] = { {"drop rule", "remove a rule", "drop rule ;"}, - {"drop table", - "remove a table", - "drop table [,...[,...[,... on ;"}, {"drop type", "remove a user-defined base type", "drop type ;"},