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 ---- + Granting permission on a table does not automatically extend + permissions to any sequences used by the table, including + sequences tied to SERIAL columns. Permissions on + sequence must be set separately. + + + Currently, PostgreSQL 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