Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3b40fd9

Browse files
committed
Update manual
1 parent b411e26 commit 3b40fd9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/man/create_rule.l

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" 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 $
44
.TH "CREATE RULE" SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
create rule - define a new rule
@@ -13,7 +13,6 @@ create rule - define a new rule
1313
[action | nothing | \fB[\fPactions...\fB]\fP]
1414
.fi
1515
.SH DESCRIPTION
16-
.IR "The current rule system implementation is very brittle and is unstable. Users are discouraged from using rules at this time."
1716
.PP
1817
.BR "Create rule"
1918
is used to define a new rule.

src/man/grant.l

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" 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 $
44
.TH GRANT SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
grant - grant access control to a user or group
@@ -17,8 +17,7 @@ grant - grant access control to a user or group
1717
.B Grant
1818
allows you to give specified permissions to all users or
1919
a certain user or group.
20-
By default, a table grants read-only (\fBSELECT\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.
2221
.SH EXAMPLES
2322
.nf
2423
--
@@ -30,4 +29,3 @@ grant insert
3029
.fi
3130
.SH "SEE ALSO"
3231
revoke(l)
33-

0 commit comments

Comments
 (0)