Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
3b40fd9e
Commit
3b40fd9e
authored
Mar 26, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update manual
parent
b411e26a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
src/man/create_rule.l
src/man/create_rule.l
+1
-2
src/man/grant.l
src/man/grant.l
+2
-4
No files found.
src/man/create_rule.l
View file @
3b40fd9e
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" 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
.TH "CREATE RULE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
create rule - define a new rule
create rule - define a new rule
...
@@ -13,7 +13,6 @@ create rule - define a new rule
...
@@ -13,7 +13,6 @@ create rule - define a new rule
[action | nothing | \fB[\fPactions...\fB]\fP]
[action | nothing | \fB[\fPactions...\fB]\fP]
.fi
.fi
.SH DESCRIPTION
.SH DESCRIPTION
.IR "The current rule system implementation is very brittle and is unstable. Users are discouraged from using rules at this time."
.PP
.PP
.BR "Create rule"
.BR "Create rule"
is used to define a new rule.
is used to define a new rule.
...
...
src/man/grant.l
View file @
3b40fd9e
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" 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
.TH GRANT SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
grant - grant access control to a user or group
grant - grant access control to a user or group
...
@@ -17,8 +17,7 @@ grant - grant access control to a user or group
...
@@ -17,8 +17,7 @@ grant - grant access control to a user or group
.B Grant
.B Grant
allows you to give specified permissions to all users or
allows you to give specified permissions to all users or
a certain user or group.
a certain user or group.
By default, a table grants read-only (\fBSELECT\fR) to all Postgres users.
By default, only the table owner has rights.
You must specifically revoke this privilege if this is not desired.
.SH EXAMPLES
.SH EXAMPLES
.nf
.nf
--
--
...
@@ -30,4 +29,3 @@ grant insert
...
@@ -30,4 +29,3 @@ grant insert
.fi
.fi
.SH "SEE ALSO"
.SH "SEE ALSO"
revoke(l)
revoke(l)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment