diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml
index 5a66973e32..4ed7e6d2cc 100644
--- a/doc/src/sgml/ref/grant.sgml
+++ b/doc/src/sgml/ref/grant.sgml
@@ -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.