Correct description of sequence privileges.
authorPeter Eisentraut
Mon, 12 Aug 2002 20:02:09 +0000 (20:02 +0000)
committerPeter Eisentraut
Mon, 12 Aug 2002 20:02:09 +0000 (20:02 +0000)
doc/src/sgml/ref/grant.sgml

index 5a66973e32d0cea72c6144bd2c80cc7cf678fdca..4ed7e6d2cc7a504bea659411e87653cd21cfd83c 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -83,7 +83,8 @@ GRANT { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }
       
        Allows  from any column of the
        specified table, view, or sequence.  Also allows the use of
-        TO.
+        TO.  For sequences, this
+       privilege also allows the use of the currval function.
       
      
     
@@ -106,8 +107,8 @@ GRANT { { CREATE | USAGE } [,...] | ALL [ PRIVILEGES ] }
        specified table.  SELECT ... FOR UPDATE
        also requires this privilege (besides the
        SELECT privilege).  For sequences, this
-       privilege allows the use of nextval,
-       currval and setval.
+       privilege allows the use of the nextval and
+       setval functions.