Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitea7896b

Browse files
committed
Provide a real link to CREATE SEQUENCE's reference page in nextval/setval
discussion.
1 parente3ed942 commitea7896b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp