summaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/lib/help/drop_function.hlp
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1999-09-20 22:30:47 +0000
committerMarc G. Fournier <scrappy@hub.org>1999-09-20 22:30:47 +0000
commita00a1a5641fb5c3a60ad30d672b648e95b01f6d4 (patch)
tree31c05cf5dfa30315862f55af47b9fae6ee585b19 /src/bin/pgaccess/lib/help/drop_function.hlp
parent25acbc510b202a35d2b29b63d9375fa985fba7de (diff)
bring it all into -current again
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, 22 insertions, 0 deletions
diff --git a/src/bin/pgaccess/lib/help/drop_function.hlp b/src/bin/pgaccess/lib/help/drop_function.hlp
new file mode 100644
index 00000000000..f755889cd4e
--- /dev/null
+++ b/src/bin/pgaccess/lib/help/drop_function.hlp
@@ -0,0 +1,22 @@
+.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."