On Mon, 21 Jul 2025 at 10:36, Dilip Kumar <dilipbalaut@gmail.com> wrote:
>
> I was just trying a different test, so I realized that ALTER
> PUBLICATION ADD SEQUENCE is not supported, any reason for the same?
>
> postgres[154731]=# ALTER PUBLICATION pub ADD sequence s1;
> ERROR: 42601: invalid publication object list
> LINE 1: ALTER PUBLICATION pub ADD sequence s1;
> DETAIL: One of TABLE or TABLES IN SCHEMA must be specified before a
> standalone table or schema name.
> LOCATION: preprocess_pubobj_list, gram.y:19685
I have intentionally left this out for now. Once the current patch is
committed, we can extend it.
Regards,
Vignesh