From: Peter Eisentraut Date: Wed, 25 Jan 2017 14:28:38 +0000 (-0500) Subject: doc: Fix typo X-Git-Tag: REL_10_BETA1~1016 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87ecf2d14fa236e894267ef5e702ff08b8965f9d;p=postgresql doc: Fix typo --- diff --git a/doc/src/sgml/ref/alter_sequence.sgml b/doc/src/sgml/ref/alter_sequence.sgml index 307366526f..3b52e875e3 100644 --- a/doc/src/sgml/ref/alter_sequence.sgml +++ b/doc/src/sgml/ref/alter_sequence.sgml @@ -117,7 +117,7 @@ ALTER SEQUENCE [ IF EXISTS ] name S The optional clause MAXVALUE maxvalue determines the maximum value for the sequence. If NO - MAXVALUE is specified, the defaults are + MAXVALUE is specified, the defaults of 263-1 and -1 for ascending and descending sequences, respectively, will be used. If neither option is specified, the current maximum value will be maintained.