summaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/lib/help/drop_function.hlp
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-10-30 16:01:19 +0000
committerBruce Momjian <bruce@momjian.us>1999-10-30 16:01:19 +0000
commitdbdb80baca733c4fc07ed4bb748bcdd1186ce2dc (patch)
tree619e022ecf72e2996b9fa050786693347c4664e1 /src/bin/pgaccess/lib/help/drop_function.hlp
parentc60ecd8f8c576873006febb51eeb23631f032d6d (diff)
Remove 0.96 for update to 0.98
Diffstat (limited to 'src/bin/pgaccess/lib/help/drop_function.hlp')
-rw-r--r--src/bin/pgaccess/lib/help/drop_function.hlp22
1 files changed, 0 insertions, 22 deletions
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."