From dbdb80baca733c4fc07ed4bb748bcdd1186ce2dc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 30 Oct 1999 16:01:19 +0000 Subject: Remove 0.96 for update to 0.98 --- src/bin/pgaccess/lib/help/drop_function.hlp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/bin/pgaccess/lib/help/drop_function.hlp (limited to 'src/bin/pgaccess/lib/help/drop_function.hlp') diff --git a/src/bin/pgaccess/lib/help/drop_function.hlp b/src/bin/pgaccess/lib/help/drop_function.hlp deleted file mode 100644 index f755889cd4e..00000000000 --- a/src/bin/pgaccess/lib/help/drop_function.hlp +++ /dev/null @@ -1,22 +0,0 @@ -.pgaw:Help.f.t insert end \ -"DROP FUNCTION" {bold} " will remove references to an existing C function. To execute this command the user must be the owner of the function. The input argument types to the function must be specified, as only the function with the given name and argument types will be removed. - -" {} "Synopsis" {bold} " - -DROP FUNCTION name ( \[ type \[, ...\] \] ) -" {code} " -Inputs -" {} "name" {italic} " - The name of an existing function. - -" {} "type" {italic} " - The type of function parameters. - -Outputs -" {} "DROP" {code} " - -Message returned if the command completes successfully. - -WARN RemoveFunction: Function \"name\" (\"types\") does not exist - -This message is given if the function specified does not exist in the current database." -- cgit v1.2.3