diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml index 62ae379226..f8814e03f0 100644 --- a/doc/src/sgml/ref/create_sequence.sgml +++ b/doc/src/sgml/ref/create_sequence.sgml @@ -133,7 +133,7 @@ SELECT * FROM name; the minimum value a sequence can generate. If this clause is not supplied or is specified, then defaults will be used. The defaults are 1 and - -263-1 for ascending and descending sequences, + -263+1 for ascending and descending sequences, respectively.