inclusing SERIAL column sequences.
specific role you want to do the GRANT> as.
+ 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.