From: Tom Lane Date: Mon, 5 May 2003 15:08:49 +0000 (+0000) Subject: Provide a real link to CREATE SEQUENCE's reference page in nextval/setval X-Git-Tag: REL7_4_BETA1~651 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea7896bf5884962ce7c5ec522e166ca7253085b8;p=thirdparty%2Fpostgresql.git Provide a real link to CREATE SEQUENCE's reference page in nextval/setval discussion. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index a76783849a0..3519fad36e6 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -6143,7 +6143,7 @@ SELECT setval('foo', 42, false); Next nextval wi If a sequence object has been created with default parameters, nextval calls on it will return successive values beginning with 1. Other behaviors can be obtained by using - special parameters in the CREATE SEQUENCE command; + special parameters in the command; see its command reference page for more information.