summaryrefslogtreecommitdiff
path: root/src/man/grant.l
diff options
context:
space:
mode:
authorThomas G. Lockhart1999-08-08 15:21:50 +0000
committerThomas G. Lockhart1999-08-08 15:21:50 +0000
commita76ad509fef621719abb95fedb526e9a0092a312 (patch)
tree1a5295dbdce9296f23f252898aea402f411e7d23 /src/man/grant.l
parentd0a1919852b8c98f43f2795c23690024707fc1e5 (diff)
Remove old man pages. All info is in new man pages or other docs.
Diffstat (limited to 'src/man/grant.l')
-rw-r--r--src/man/grant.l31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/man/grant.l b/src/man/grant.l
deleted file mode 100644
index 5d00e54996..0000000000
--- a/src/man/grant.l
+++ /dev/null
@@ -1,31 +0,0 @@
-.\" This is -*-nroff-*-
-.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/grant.l,v 1.5 1998/06/24 13:21:26 momjian Exp $
-.TH GRANT SQL 11/05/95 PostgreSQL PostgreSQL
-.SH NAME
-grant - grant access control to a user or group
-.SH SYNOPSIS
-.nf
-\fBgrant\fR <privilege[,privilege,...]>
- \fBon\fR <rel1>[,...<reln>]
- \fBto\fR [\fBpublic\fR | group <group> | <username>]
-
- \fBprivilege\fR is {\fBALL\fR | \fBSELECT\fR | \fBINSERT\fR | \fBUPDATE\fR | \fBDELETE\fR | \fBRULE\fR}
-.fi
-.SH DESCRIPTION
-.PP
-.B Grant
-allows you to give specified permissions to all users or
-a certain user or group.
-By default, only the table owner has rights.
-.SH EXAMPLES
-.nf
---
---Example of a grant
---
-grant insert
- on mytab
- to public
-.fi
-.SH "SEE ALSO"
-revoke(l).