mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation.
The old text explained what happened if we didn't have working int64 arithmetic. Since that case has been explicitly rejected by configure since 8.4.3, documenting it in the 9.x branches can only produce confusion.
This commit is contained in:
parent
6ad25325dd
commit
ae941b8db4
@ -224,10 +224,7 @@ SELECT * FROM <replaceable>name</replaceable>;
|
|||||||
<para>
|
<para>
|
||||||
Sequences are based on <type>bigint</> arithmetic, so the range
|
Sequences are based on <type>bigint</> arithmetic, so the range
|
||||||
cannot exceed the range of an eight-byte integer
|
cannot exceed the range of an eight-byte integer
|
||||||
(-9223372036854775808 to 9223372036854775807). On some older
|
(-9223372036854775808 to 9223372036854775807).
|
||||||
platforms, there might be no compiler support for eight-byte
|
|
||||||
integers, in which case sequences use regular <type>integer</>
|
|
||||||
arithmetic (range -2147483648 to +2147483647).
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user