Re: DOCS: Describe some missing parameters on CREATE/ALTER PUBLICATION pages

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: DOCS: Describe some missing parameters on CREATE/ALTER PUBLICATION pages
Date: 2026-07-24 06:44:19
Message-ID: CAHut+PsTKkW8JyqSZQi2Z+GU66B56mWvyzQkSRKUv9rZMfjf0Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi. I was looking at this again, and it seems strangely random that on
the ALTER PUBLICATION page those simple <replaceable> parameters have
been split by the SET clause.

e.g the current order is like:

1. name
2. table_name
3. column_name
4. schema_name
5. SET ( publication_parameter [= value] [, ... ] )
6. new_owner
7. new_name

~~~

I felt it would make more sense for all the simple replaceable
parameters to be kept together:

1. name
2. table_name
3. column_name
4. schema_name
5. new_owner
6. new_name
7. SET ( publication_parameter [= value] [, ... ] )

======
Kind Regards,
Peter Smith.
Fujitsu Australia

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2026-07-24 06:53:27 Re: Incorrect check in 037_except.pl?
Previous Message Álvaro Herrera 2026-07-24 06:43:04 Re: Build warning with meson and dtrace on Fedora 43