Skip to content

Commit 4db226b

Browse files
alvherreJonathan S. Katz
and
Jonathan S. Katz
committed
Mention change of width of values generated by SERIAL sequences
This changed during pg10 development, but had not been documented. Co-authored-by: Jonathan S. Katz <jkatz@postgresql.org> Discussion: https://postgr.es/m/20180828163408.vl44nwetdybwffyk@alvherre.pgsql
1 parent 1e5e4ef commit 4db226b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/src/sgml/release-10.sgml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4716,6 +4716,13 @@ Branch: REL_10_STABLE [5159626af] 2017-11-03 14:14:16 -0400
47164716
more compatible with existing code.
47174717
</para>
47184718

4719+
<para>
4720+
Also, sequences created for <literal>SERIAL</literal> columns now generate
4721+
positive 32-bit wide values, whereas previous versions generated 64-bit
4722+
wide values. This has no visible effect if the values are only stored in
4723+
a column.
4724+
</para>
4725+
47194726
<para>
47204727
The output of <application>psql</application>'s <command>\d</command> command for a
47214728
sequence has been redesigned, too.

0 commit comments

Comments
 (0)