Re: Privileges description not reflecting 7.2 enhancements

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bruno Wolff III <bruno(at)cerberus(dot)csd(dot)uwm(dot)edu>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Privileges description not reflecting 7.2 enhancements
Date: 2001-11-26 20:11:03
Message-ID: 200111262011.fAQKB3c15444@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> In section 7.3 (http://developer.postgresql.org/docs/postgres/privileges.html)
> the folowing paragraph doesn't reflect the privileges new to 7.2.
>
> Currently, there are four different privileges: select (read), insert
> (append), and update/delete (write), as well as RULE, the permission
> to create a rewrite rule on a table. The right to modify or destroy an

OK, docs updated. Thanks:

Currently, there are five different privileges: select (read),
insert (append), update (write), delete, and
^^^^^^^^^^^^^^
<literal>RULE</literal>, the permission to create a rewrite rule on
a table. The right to modify or destroy an object is always the
privilege of the owner only. To assign privileges, the

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2001-11-26 21:01:52 Re: Privileges description not reflecting 7.2 enhancements
Previous Message Peter Eisentraut 2001-11-26 19:17:50 Re: SGML build