Index: doc/src/sgml/ref/grant.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v
retrieving revision 1.51
diff -c -c -r1.51 grant.sgml
*** doc/src/sgml/ref/grant.sgml	21 Jan 2006 02:16:18 -0000	1.51
--- doc/src/sgml/ref/grant.sgml	14 Feb 2006 03:30:42 -0000
***************
*** 376,381 ****
--- 376,388 ----
     </para>
  
     <para>
+     Granting permission on a table does not automatically extend 
+     permissions to any sequences used by the table, including 
+     sequences tied to <type>SERIAL</> columns.  Permissions on 
+     sequence must be set separately.
+    </para>
+ 
+    <para>
      Currently, <productname>PostgreSQL</productname> does not support
      granting or revoking privileges for individual columns of a table.
      One possible workaround is to create a view having just the desired
