diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 968ed866c2..f1dc816278 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -4717,6 +4717,13 @@ Branch: REL_10_STABLE [5159626af] 2017-11-03 14:14:16 -0400 + Also, sequences created for SERIAL columns now + generate positive 32-bit wide values rather than 64-bit, as they + used to. (This has no visible effect if the values are just stored in + the column.) + + + The output of psql's \d command for a sequence has been redesigned, too.