Re: DOC: fixes multiple errors in alter table doc

2025-12-18 Thread Chao Li
> On Dec 18, 2025, at 15:22, Chao Li wrote: > > Hi Hacker, > > While working on a patch these days, my eyes are on the “alter table” doc, > and found multiple errors: > > 1. Several sub-commands are missed in the top “action” list: > >* ALTER COLUMN SET >* ALTER COLUMN RESTART >

DOC: fixes multiple errors in alter table doc

2025-12-17 Thread Chao Li
Hi Hacker, While working on a patch these days, my eyes are on the “alter table” doc, and found multiple errors: 1. Several sub-commands are missed in the top “action” list: * ALTER COLUMN SET * ALTER COLUMN RESTART * RENAME * SET SCHEMA * ATTACH PARTITION * DETACH PARTITION