Log Message:
-----------
Add documentation:
>>>I think a more accurate description would be "permissions not
>>>inherited by children," and that isn't necessarily a bug.
>>
>>I agree it may not be a bug - but it's more than the permissions not
>>being inherited: the parent is affected.
>
>
> Not really, once you understand what's happening. Unless you use
> FROM ONLY, selecting from the parent selects from the parent *and*
> its children. The parent itself isn't affected, as queries with
> FROM ONLY should demonstrate. I understand what you're saying --
> that there's an apparent effect on the parent -- but there really
> isn't.
Sean Burlington
Modified Files:
--------------
pgsql/doc/src/sgml:
ddl.sgml (r1.43 -> r1.44)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ddl.sgml.diff?r1=1.43&r2=1.44)
pgsql-committers by date
| Next: | From: Bruce Momjian | Date: 2005-08-13 02:06:22 |
| Subject: pgsql: The large one adds support for RSA keys and reorganizes the |
| Previous: | From: Bruce Momjian | Date: 2005-08-13 01:53:59 |
| Subject: Re: [COMMITTERS] pgsql: Basic documentation for ROLEs. |