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.
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.