~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to doc/src/sgml/man7/DROP_GROUP.7

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-11 10:41:53 UTC
  • Revision ID: james.westby@ubuntu.com-20110511104153-psbh2o58553fv1m0
Tags: upstream-9.1~beta1
ImportĀ upstreamĀ versionĀ 9.1~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\" t
 
2
.\"     Title: DROP GROUP
 
3
.\"    Author: The PostgreSQL Global Development Group
 
4
.\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
 
5
.\"      Date: 2011-04-27
 
6
.\"    Manual: PostgreSQL 9.1beta1 Documentation
 
7
.\"    Source: PostgreSQL 9.1beta1
 
8
.\"  Language: English
 
9
.\"
 
10
.TH "DROP GROUP" "7" "2011-04-27" "PostgreSQL 9.1beta1" "PostgreSQL 9.1beta1 Documentation"
 
11
.\" -----------------------------------------------------------------
 
12
.\" * set default formatting
 
13
.\" -----------------------------------------------------------------
 
14
.\" disable hyphenation
 
15
.nh
 
16
.\" disable justification (adjust text to left margin only)
 
17
.ad l
 
18
.\" -----------------------------------------------------------------
 
19
.\" * MAIN CONTENT STARTS HERE *
 
20
.\" -----------------------------------------------------------------
 
21
.SH "NAME"
 
22
DROP_GROUP \- remove a database role
 
23
.\" DROP GROUP
 
24
.SH "SYNOPSIS"
 
25
.sp
 
26
.nf
 
27
DROP GROUP [ IF EXISTS ] \fIname\fR [, \&.\&.\&.]
 
28
.fi
 
29
.SH "DESCRIPTION"
 
30
.PP
 
31
DROP GROUP
 
32
is now an alias for
 
33
DROP ROLE (\fBDROP_ROLE\fR(7))\&.
 
34
.SH "COMPATIBILITY"
 
35
.PP
 
36
There is no
 
37
DROP GROUP
 
38
statement in the SQL standard\&.
 
39
.SH "SEE ALSO"
 
40
DROP ROLE (\fBDROP_ROLE\fR(7))