pgsql: Add documentation: >>>I think a more accurate description would

Started by Bruce Momjianalmost 21 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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)