Re: ALTER TABLE "table" ALTER COLUMN "id" SET RESTART WITH nnn raises error

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: ALTER TABLE "table" ALTER COLUMN "id" SET RESTART WITH nnn raises error
Дата
Msg-id CAKFQuwaD00oTYmf7OySBS_YNWNAWR+0qKCjza1ZY6xtiADxxvg@mail.gmail.com
обсуждение исходный текст
Ответ на ALTER TABLE "table" ALTER COLUMN "id" SET RESTART WITH nnn raises error  (PG Doc comments form <noreply@postgresql.org>)
Список pgsql-docs
On Sun, Aug 20, 2023 at 8:56 AM PG Doc comments form <noreply@postgresql.org> wrote:
When the folloing SQL is executed:
ALTER TABLE "table" ALTER COLUMN "id" SET RESTART WITH nnn raises error
then an error is returned:

Yes, because if you take the RESTART branch in the syntax there is no word SET preceding RESTART.

Please fix the documentation or the functionality.

The documentation is already correct.

David J.


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

Предыдущее
От: "yanliang lei"
Дата:
Сообщение: ​the description of max_wal_senders parameter does not include Logical Replication
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: In docs there is no "Installation from Binaries" section