From 282a5884de21e20cdc849457270c89ed05543722 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut
Date: Mon, 12 Aug 2002 20:02:09 +0000
Subject: Correct description of sequence privileges.
---
doc/src/sgml/ref/grant.sgml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml
index 5a66973e32d..4ed7e6d2cc7 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.
--
cgit v1.2.3