Index: doc/src/sgml/ddl.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ddl.sgml,v
retrieving revision 1.42
diff -u -F^f -r1.42 ddl.sgml
--- doc/src/sgml/ddl.sgml	14 Jul 2005 06:17:35 -0000	1.42
+++ doc/src/sgml/ddl.sgml	31 Jul 2005 16:12:54 -0000
@@ -1117,6 +1117,17 @@
    support this <quote>ONLY</quote> notation.
   </para>
 
+
+<note>
+  <title>Inheritance and Permissions</title>
+  <para>
+  Because permissions are not inherited automatically a user attempting to access
+  a parent table must either have at least the same permission for the child table
+  or must use the <quote>ONLY</quote> notation. If creating a new inheritance 
+  relationship in an existing system be careful that this does not create problems.
+  </para>
+</note>
+  
   <note>
    <title>Deprecated</title> 
    <para>
