Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis - Mailing list pgsql-hackers

From Chao Li
Subject Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis
Date
Msg-id 493885FB-F88D-4DD5-8146-EAA6B495CA24@gmail.com
Whole thread Raw
In response to Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis  (Chao Li <li.evan.chao@gmail.com>)
List pgsql-hackers

> On Nov 17, 2025, at 14:48, Chao Li <li.evan.chao@gmail.com> wrote:
>
>> #2
>> Now renames "all_publication_object" to "publication_all_objects".
>> This is a simple name change that does not affect anything. I felt
>> everything ought to have the prefix of the object it belongs to (e.g.
>> "publication_name", "publication_parameter", "table_name",
>> "schema_name", column_name" all follow this rule, but prefix "all_"
>> was the odd-one-out).
>>
>
> I don’t like this renaming. Or at lease don’t use plural.

I incidentally clicked on “Send” too quick. I’d add a few words on this.

Here, “all_public_object” refers to “ALL TABLES” or “ALL SEQUENCES”. In this context, the thing is “ALL” instead of
multipleobjects, that’s why I don’t like the renaming, or at lease the new name should not use plural. 

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/







pgsql-hackers by date:

Previous
From: Viktor Holmberg
Date:
Subject: Running a single test
Next
From: Alexander Kukushkin
Date:
Subject: Re: Issue with logical replication slot during switchover