Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ea7896b

Browse files
committed
Provide a real link to CREATE SEQUENCE's reference page in nextval/setval
discussion.
1 parent e3ed942 commit ea7896b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.153 2003/05/01 00:57:05 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.154 2003/05/05 15:08:49 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -6143,7 +6143,7 @@ SELECT setval('foo', 42, false); <lineannotation>Next <function>nextval</> wi
61436143
If a sequence object has been created with default parameters,
61446144
<function>nextval</function> calls on it will return successive values
61456145
beginning with 1. Other behaviors can be obtained by using
6146-
special parameters in the <command>CREATE SEQUENCE</command> command;
6146+
special parameters in the <xref linkend="SQL-CREATESEQUENCE"> command;
61476147
see its command reference page for more information.
61486148
</para>
61496149

0 commit comments

Comments
 (0)