Re: ALTER TABLE "table" ALTER COLUMN "id" SET RESTART WITH nnn raises error - Mailing list pgsql-docs

From David G. Johnston
Subject Re: ALTER TABLE "table" ALTER COLUMN "id" SET RESTART WITH nnn raises error
Date
Msg-id CAKFQuwaD00oTYmf7OySBS_YNWNAWR+0qKCjza1ZY6xtiADxxvg@mail.gmail.com
Whole thread Raw
In response to ALTER TABLE "table" ALTER COLUMN "id" SET RESTART WITH nnn raises error  (PG Doc comments form <noreply@postgresql.org>)
List 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 by date:

Previous
From: "yanliang lei"
Date:
Subject: ​the description of max_wal_senders parameter does not include Logical Replication
Next
From: "David G. Johnston"
Date:
Subject: Re: In docs there is no "Installation from Binaries" section