aboutsummaryrefslogtreecommitdiff
path: root/src/man/drop_trigger.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/drop_trigger.l')
-rw-r--r--src/man/drop_trigger.l23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/man/drop_trigger.l b/src/man/drop_trigger.l
new file mode 100644
index 00000000000..933bd8cbbb0
--- /dev/null
+++ b/src/man/drop_trigger.l
@@ -0,0 +1,23 @@
+.\" This is -*-nroff-*-
+.\" XXX standard disclaimer belongs here....
+.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_trigger.l,v 1.1 1997/09/26 15:13:09 thomas Exp $
+.TH "DROP TRIGGER" SQL 09/26/97 PostgreSQL
+.SH NAME
+drop trigger \(em destroy existing classes
+.SH SYNOPSIS
+.nf
+\fBdrop trigger\fR trigname
+.fi
+.SH DESCRIPTION
+.BR "Drop Trigger"
+removes triggers from the data base. Only its owner may destroy a
+trigger.
+.SH EXAMPLE
+.nf
+--
+--Destroy the empverify trigger
+--
+drop trigger empverify
+.fi
+.SH "SEE ALSO"
+create trigger(l).