aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-01-25 08:59:24 -0500
committerPeter Eisentraut <peter_e@gmx.net>2017-01-25 08:59:24 -0500
commit123f03ba2c6e2d85a5a900e79dd5f216bfb37e25 (patch)
tree74548059dd349996a1d3c8ce82fde12e14ccc225 /doc/src
parentaa7f593b1ffa9717bd5570174944c06c482d1c1f (diff)
downloadpostgresql-123f03ba2c6e2d85a5a900e79dd5f216bfb37e25.tar.gz
postgresql-123f03ba2c6e2d85a5a900e79dd5f216bfb37e25.zip
doc: Update ALTER SEQUENCE documentation to match
Update documentation to match change in 0bc1207aeb3de951bf95a9e9899b1256216d65f5.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/alter_sequence.sgml2
1 files changed, 1 insertions, 1 deletions
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 ] <replaceable class="parameter">name</replaceable> S
class="parameter">minvalue</replaceable></literal> determines
the minimum value a sequence can generate. If <literal>NO
MINVALUE</literal> is specified, the defaults of 1 and
- -2<superscript>63</>-1 for ascending and descending sequences,
+ -2<superscript>63</> for ascending and descending sequences,
respectively, will be used. If neither option is specified,
the current minimum value will be maintained.
</para>