diff --git a/doc/src/sgml/ref/alter_sequence.sgml b/doc/src/sgml/ref/alter_sequence.sgml index 47d3c8291fa..307366526fe 100644 --- a/doc/src/sgml/ref/alter_sequence.sgml +++ b/doc/src/sgml/ref/alter_sequence.sgml @@ -102,7 +102,7 @@ ALTER SEQUENCE [ IF EXISTS ] name S class="parameter">minvalue determines the minimum value a sequence can generate. If NO MINVALUE is specified, the defaults of 1 and - -263-1 for ascending and descending sequences, + -263 for ascending and descending sequences, respectively, will be used. If neither option is specified, the current minimum value will be maintained.