Document that GRANT on a table does not affect sequence permissions,
authorBruce Momjian
Tue, 14 Feb 2006 03:32:14 +0000 (03:32 +0000)
committerBruce Momjian
Tue, 14 Feb 2006 03:32:14 +0000 (03:32 +0000)
inclusing SERIAL column sequences.

doc/src/sgml/ref/grant.sgml

index e5ea4bb144f13a03b6d2517f5b88fed1393f8f5e..1ae5b4803483ca2026092c8e5ca097758699992b 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -375,6 +375,13 @@ GRANT role [, ...]
     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.