From 123f03ba2c6e2d85a5a900e79dd5f216bfb37e25 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 25 Jan 2017 08:59:24 -0500 Subject: [PATCH] doc: Update ALTER SEQUENCE documentation to match Update documentation to match change in 0bc1207aeb3de951bf95a9e9899b1256216d65f5. --- doc/src/sgml/ref/alter_sequence.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/alter_sequence.sgml b/doc/src/sgml/ref/alter_sequence.sgml index 47d3c8291f..307366526f 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. -- 2.40.0