[DOCS] 'alter sequence xxx start 200' do nothing

Поиск
Список
Период
Сортировка
От eric.mordant@free.fr
Тема [DOCS] 'alter sequence xxx start 200' do nothing
Дата
Msg-id 20170905065125.25640.24870@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: [DOCS] 'alter sequence xxx start 200' do nothing  (Guillaume Lelarge <guillaume@lelarge.info>)
Re: [DOCS] 'alter sequence xxx start 200' do nothing  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: artejera@gmail.com
Дата:
Сообщение: [DOCS] 4.2.9. Type Casts - documentation improvement
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: [DOCS] 'alter sequence xxx start 200' do nothing