]> granicus.if.org Git - postgresql/commitdiff
Update manual
authorBruce Momjian <bruce@momjian.us>
Thu, 26 Mar 1998 21:01:47 +0000 (21:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 26 Mar 1998 21:01:47 +0000 (21:01 +0000)
src/man/create_rule.l
src/man/grant.l

index fd5589d4c85dce4af32a811dec67927ba7bd9436..5bc8dd6bd163bc3e853fa9e51b66e6be535c048d 100644 (file)
@@ -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.
index fd348509d394ebc6758a30b2500368f019b5f4b9..35c9cb1781c175e14ccfd621f081e71661269ed5 100644 (file)
@@ -1,6 +1,6 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/grant.l,v 1.3 1998/01/11 22:17:36 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/grant.l,v 1.4 1998/03/26 21:01:47 momjian Exp $
 .TH GRANT SQL 11/05/95 PostgreSQL PostgreSQL
 .SH NAME
 grant - grant access control to a user or group
@@ -17,8 +17,7 @@ grant - grant access control to a user or group
 .B Grant
 allows you to give specified permissions to all users or
 a certain user or group.
-By default, a table grants read-only (\fBSELECT\fR) to all Postgres users.
-You must specifically revoke this privilege if this is not desired.
+By default, only the table owner has rights.
 .SH EXAMPLES
 .nf
 --
@@ -30,4 +29,3 @@ grant insert
 .fi
 .SH "SEE ALSO"
 revoke(l)
-