aboutsummaryrefslogtreecommitdiff
path: root/src/man/revoke.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/revoke.l')
-rw-r--r--src/man/revoke.l29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/man/revoke.l b/src/man/revoke.l
deleted file mode 100644
index d1363ae976f..00000000000
--- a/src/man/revoke.l
+++ /dev/null
@@ -1,29 +0,0 @@
-.\" This is -*-nroff-*-
-.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/revoke.l,v 1.4 1998/06/24 13:21:29 momjian Exp $
-.TH REVOKE SQL 11/05/95 PostgreSQL PostgreSQL
-.SH NAME
-revoke - revoke access privileges
-.SH SYNOPSIS
-.nf
-\fBrevoke\fR <privilege[,privilege,...]>
- \fBon\fR <rel1>[,...<reln>]
- \fBfrom\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 revoke
-allows you to revoke privileges given to all users or certain users or groups.
-.SH EXAMPLES
-.nf
---
---Example of a revoke
---
-revoke insert
- on mytab
- from public
-.fi
-.SH "SEE ALSO"
-grant(l).