File tree 2 files changed +3
-6
lines changed 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/create_rule.l,v 1.3 1998/01/11 22:17:16 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/create_rule.l,v 1.4 1998/03/26 21:01:44 momjian Exp $
4
4
.TH "CREATE RULE" SQL 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
create rule - define a new rule
@@ -13,7 +13,6 @@ create rule - define a new rule
13
13
[action | nothing | \fB [ \fP actions...\fB ] \fP ]
14
14
.fi
15
15
.SH DESCRIPTION
16
- .IR " The current rule system implementation is very brittle and is unstable. Users are discouraged from using rules at this time."
17
16
.PP
18
17
.BR " Create rule"
19
18
is used to define a new rule.
Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/grant.l,v 1.3 1998/01/11 22:17:36 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/grant.l,v 1.4 1998/03/26 21:01:47 momjian Exp $
4
4
.TH GRANT SQL 11/05/95 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
grant - grant access control to a user or group
@@ -17,8 +17,7 @@ grant - grant access control to a user or group
17
17
.B Grant
18
18
allows you to give specified permissions to all users or
19
19
a certain user or group.
20
- By default, a table grants read-only (\fB SELECT \fR ) to all Postgres users.
21
- You must specifically revoke this privilege if this is not desired.
20
+ By default, only the table owner has rights.
22
21
.SH EXAMPLES
23
22
.nf
24
23
--
@@ -30,4 +29,3 @@ grant insert
30
29
.fi
31
30
.SH "SEE ALSO"
32
31
revoke(l)
33
-
You can’t perform that action at this time.
0 commit comments