diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-03-26 21:01:47 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-03-26 21:01:47 +0000 |
| commit | 3b40fd9ea902d46c956d939e07067550b26adb11 (patch) | |
| tree | fc2a31dac847b9d5615c1847f14c27559371eaad /src/man/create_rule.l | |
| parent | b411e26a9aaf85a370b8fd91a9538f49a4bb51b8 (diff) | |
Update manual
Diffstat (limited to 'src/man/create_rule.l')
| -rw-r--r-- | src/man/create_rule.l | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/man/create_rule.l b/src/man/create_rule.l index fd5589d4c85..5bc8dd6bd16 100644 --- a/src/man/create_rule.l +++ b/src/man/create_rule.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/create_rule.l,v 1.3 1998/01/11 22:17:16 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/create_rule.l,v 1.4 1998/03/26 21:01:44 momjian Exp $ .TH "CREATE RULE" SQL 11/05/95 PostgreSQL PostgreSQL .SH NAME create rule - define a new rule @@ -13,7 +13,6 @@ create rule - define a new rule [action | nothing | \fB[\fPactions...\fB]\fP] .fi .SH DESCRIPTION -.IR "The current rule system implementation is very brittle and is unstable. Users are discouraged from using rules at this time." .PP .BR "Create rule" is used to define a new rule. |
