doc: Update ALTER SEQUENCE documentation to match
authorPeter Eisentraut
Wed, 25 Jan 2017 13:59:24 +0000 (08:59 -0500)
committerPeter Eisentraut
Wed, 25 Jan 2017 13:59:24 +0000 (08:59 -0500)
Update documentation to match change in
0bc1207aeb3de951bf95a9e9899b1256216d65f5.

doc/src/sgml/ref/alter_sequence.sgml

index 47d3c8291fa5bfc7153255b583f6ee9316a2a5be..307366526feeba9bc6d3ef30240960dc17c76ccb 100644 (file)
@@ -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.