1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Expand documentation for sequence functions (nextval and friends).

Place it in the expected place in the User's Guide, rather than
hiding it in the command reference page for CREATE SEQUENCE.
This commit is contained in:
Tom Lane
2001-11-17 22:20:34 +00:00
parent 59fdccccf5
commit 2043340b87
3 changed files with 203 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v 1.13 2001/11/11 19:24:28 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v 1.14 2001/11/17 22:20:34 tgl Exp $
Postgres documentation
-->
@@ -74,8 +74,8 @@ GRANT { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER } [,..
specified table. <literal>SELECT ... FOR UPDATE</literal>
also requires this privilege (besides the
<literal>SELECT</literal> privilege). For sequences, this
privilege allows the use of <function>currval</function> and
<function>nextval</function>.
privilege allows the use of <function>nextval</function>,
<function>currval</function> and <function>setval</function>.
</para>
</listitem>
</varlistentry>