[DOCS] 'alter sequence xxx start 200' do nothing - Mailing list pgsql-docs

From eric.mordant@free.fr
Subject [DOCS] 'alter sequence xxx start 200' do nothing
Date
Msg-id 20170905065125.25640.24870@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [DOCS] 'alter sequence xxx start 200' do nothing
Re: [DOCS] 'alter sequence xxx start 200' do nothing
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.5/static/functions-sequence.html
Description:

Hello,

According to the doc, with a sequence public.xxx working well, i tried:

Alter sequence public.xxx start 200;

and also:
Alter sequence public.xxx start with 200

It has no effect, without error message, but setval(200) work fine

Misunderstand the doc or is it a bug (PostgreSql 9.6 x86 on localhost) ?


pgsql-docs by date:

Previous
From: artejera@gmail.com
Date:
Subject: [DOCS] 4.2.9. Type Casts - documentation improvement
Next
From: Guillaume Lelarge
Date:
Subject: Re: [DOCS] 'alter sequence xxx start 200' do nothing