We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c1bfc commit c731ec4Copy full SHA for c731ec4
doc/src/sgml/release-10.sgml
@@ -4716,6 +4716,13 @@ Branch: REL_10_STABLE [5159626af] 2017-11-03 14:14:16 -0400
4716
more compatible with existing code.
4717
</para>
4718
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
+
4726
<para>
4727
The output of <application>psql</application>'s <command>\d</command> command for a
4728
sequence has been redesigned, too.
0 commit comments