From 389fe48cbb513888205bbe3a5008ed109976dacb Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Thu, 14 Nov 1996 10:15:16 +0000 Subject: Removed man pages...moved to src/man Requested by Bryan --- doc/man/drop_rule.l | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 doc/man/drop_rule.l (limited to 'doc/man/drop_rule.l') diff --git a/doc/man/drop_rule.l b/doc/man/drop_rule.l deleted file mode 100644 index 1af37de11e0..00000000000 --- a/doc/man/drop_rule.l +++ /dev/null @@ -1,27 +0,0 @@ -.\" This is -*-nroff-*- -.\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/doc/man/Attic/drop_rule.l,v 1.1.1.1 1996/08/18 22:14:24 scrappy Exp $ -.TH "DROP RULE" SQL 11/05/95 Postgres95 Postgres95 -.SH NAME -drop rule \- removes a current rule from Postgres -.SH SYNOPSIS -.nf -\fBdrop rule\fR rule_name -.fi -.SH DESCRIPTION -This command drops the rule named rule_name from the specified Postgres -rule system. Postgres will immediately cease enforcing it and will purge -its definition from the system catalogs. -.SH EXAMPLE -.nf --- ---This example drops the rewrite rule example_1 --- -drop rule example_1 -.fi -.SH "SEE ALSO" -create rule(l), -drop view(l). -.SH BUGS -Once a rule is dropped, access to historical information the rule has -written may disappear. -- cgit v1.2.3