|
1 | 1 | <!-- |
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 $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -6143,7 +6143,7 @@ SELECT setval('foo', 42, false); <lineannotation>Next <function>nextval</> wi |
6143 | 6143 | If a sequence object has been created with default parameters, |
6144 | 6144 | <function>nextval</function> calls on it will return successive values |
6145 | 6145 | 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; |
6147 | 6147 | see its command reference page for more information. |
6148 | 6148 | </para> |
6149 | 6149 |
|
|