Re: CREATE SEQUENCE with RESTART option

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: CREATE SEQUENCE with RESTART option
Дата
Msg-id YQHs/bldavlug8Zb@paquier.xyz
обсуждение исходный текст
Ответ на Re: CREATE SEQUENCE with RESTART option  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Jul 28, 2021 at 01:16:19PM -0400, Tom Lane wrote:
> I do not see any RESTART option in SQL:2021 11.72 <sequence generator
> definition>.  Since we don't document it either, there's really no
> expectation that anyone would use it.

Okay, good point.  I was not aware of that.

> I don't particularly think that we should document it, so I'm with Michael
> that we don't need to do anything.  This is hardly the only undocumented
> corner case in PG.

More regression tests for CREATE SEQUENCE may be interesting, but
that's not an issue either with the ones for ALTER SEQUENCE.  Let's
drop the patch and move on.
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Smith
Дата:
Сообщение: Re: Replace l337sp34k in comments.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Out-of-memory error reports in libpq