Document the privileges required for each of the sequence functions.
This was already in the GRANT reference page, but also add it to the
function description for easier reference.
+ This function requires USAGE
+ or UPDATE privilege on the sequence.
+
other sessions have executed nextval since the
current session did.
+
+ This function requires USAGE
+ or SELECT privilege on the sequence.
+
lastval if nextval
has not yet been called in the current session.
+
+ This function requires USAGE
+ or SELECT privilege on the last used sequence.
+
back.
+
+ This function requires UPDATE privilege on the
+ sequence.
+