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

Commit5f1c597

Browse files
committed
Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation.
The old text explained what happened if we didn't have working int64arithmetic. Since that case has been explicitly rejected by configuresince 8.4.3, documenting it in the 9.x branches can only produce confusion.
1 parent82ce2fe commit5f1c597

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎doc/src/sgml/ref/create_sequence.sgml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,7 @@ SELECT * FROM <replaceable>name</replaceable>;
224224
<para>
225225
Sequences are based on <type>bigint</> arithmetic, so the range
226226
cannot exceed the range of an eight-byte integer
227-
(-9223372036854775808 to 9223372036854775807). On some older
228-
platforms, there might be no compiler support for eight-byte
229-
integers, in which case sequences use regular <type>integer</>
230-
arithmetic (range -2147483648 to +2147483647).
227+
(-9223372036854775808 to 9223372036854775807).
231228
</para>
232229

233230
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp